Schlagwort: GitHub Actions

  • Test your Arduino projects with GitHub Actions

    Test your Arduino projects with GitHub Actions

    Reading Time: 6 minutesThis article was written by Per Tillisch from the Arduino Tooling Team. The Arduino team created some tools that make it easy to automate a check for whether your Arduino sketches compile. Used with GitHub Actions, the tools allow anyone to set up a simple “smoke test” on every commit and pull…

  • Arduino on GitHub Actions

    Arduino on GitHub Actions

    Reading Time: 4 minutesThis post is from Massimiliano Pippi, Senior Software Engineer at Arduino. GitHub Actions is the name of the SDLC (Software Development Life Cycle) system introduced by GitHub about a year ago, currently in public beta and now approaching the general availability status. When you read SDLC, think about some sort of CI/CD…