Releases: Arduino-CI/action
Releases · Arduino-CI/action
Arduino CI v1.6.2
Changed
- Now uses
arduino_civersion1.6.2
Arduino CI v1.5.0
Changed
- Now uses
arduino_civersion1.5.0
Arduino CI v1.3.0
Changed
- Now uses
arduino_civersion1.3.0
Removed
- The use of
SKIP_LIBRARY_PROPERTIES. For all validation oflibrary.properties, please use the newly-availablearduino-linttool (which is also available as a GitHub Action)!
Smarter and More Flexible
Improvements from the underlying arduino_ci module
- Ability to
USE_SUBDIR-- testing a library that is in a subdirectory of a repository (e.g. a monorepo that has a collection of software in it) - Ability to use a
CUSTOM_INIT_SCRIPTto configure a custom library environment instead of just what the library manager installs - Python dependencies for espXX board compilation
- Scanning of
library.propertiesfor possible typographical errors, and an option toSKIP_LIBRARY_PROPERTIES - New comparison operators for floats
- Default set of platforms to be tested now considers architectures from
library.properties - Various compilation errors fixed (having to do with macros being applied accidentally)
Bugfix release
- Adopt
v1.1.0of the underlyingarduino_cilibrary - Improve documentation