Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds GitHub Action that builds the arduino examples. (#534)
This Action works as a CI ensuring that the Arduino OpenMRNLite library and its contributed examples are building correctly. The Action triggers automatically upon every pull request, and builds all ESP32*.ino and Stm32*.ino sketches using arduino-cli. The OpenMRNLite library and the example sketches are always taken from HEAD. An example run is visible here: https://github.com/balazsracz/openmrn/runs/2314541629?check_suite_focus=true === * Adds a workflow to build the ESP32 arduino examples. * upgrade version * fix indent * Add libify to build action * fix paths * Add STM32 compilation step * fix typo in sketch names * update stm32 target * try deleting the build opt * add compile flag * Fix format * Revert "try deleting the build opt" This reverts commit 3692abb. * Patch remove the build_opt.h files. build all stm32 examples. * Adjust when to run * Update esp32 platform URL to point to their github.
- Loading branch information