Releases: Arduino-CI/action
Releases · Arduino-CI/action
Arduino CI v1.6.2
Changed
- Now uses
arduino_ci
version1.6.2
Arduino CI v1.5.0
Changed
- Now uses
arduino_ci
version1.5.0
Arduino CI v1.3.0
Changed
- Now uses
arduino_ci
version1.3.0
Removed
- The use of
SKIP_LIBRARY_PROPERTIES
. For all validation oflibrary.properties
, please use the newly-availablearduino-lint
tool (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_SCRIPT
to configure a custom library environment instead of just what the library manager installs - Python dependencies for espXX board compilation
- Scanning of
library.properties
for 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.0
of the underlyingarduino_ci
library - Improve documentation