GithubHelp home page GithubHelp logo

mirzafahad / ci_arduino_project Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 0.0 6 KB

An example of continuous integration of an Arduino project using GitHub Action.

C++ 100.00%
action arduino ci cli continuous-integration github

ci_arduino_project's Introduction

Hi, I'm Fahad!

I'm most comfortable in that weird, funky world between hardware design and software development, where the most fun, and creative work happens (IMHO).
I am an Embedded Engineer by profession, a nice way for me to pursue both hardware and software.

📬 Find me around the web:

Blog Badge Linkedin Badge Stackoverflow Badge Instructables Badge Github Badge

My Latest Blog Posts

⚡ Why did the functions stop calling each other? Because they had constant arguments!

Stay awesome!

ci_arduino_project's People

Contributors

mirzafahad avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

ci_arduino_project's Issues

workflow/arduino.yml not rendering properly

You don't have issues enabled on your https://github.com/mirzafahad/mirzafahad.github.io repo.

On your website: https://mirzafahad.github.io/2021-03-09-github-cicd-for-arduino-projects/ your yml file is not rendering properly.

Screenshot 2023-11-18 at 1 30 45 AM

The code in your yml file is:

# We then install the platform, which one will be determined
      # dynamically by the build matrix.
      - name: Install platform
        run: |
          arduino-cli core update-index
          arduino-cli core install ${{ matrix.arduino-platform }}
      # Finally, we compile the sketch, using the FQBN that was set
      # in the build matrix.
      - name: Compile Sketch
        run: arduino-cli compile --fqbn ${{ matrix.fqbn }} ./Blink --warnings more

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.