Skip to content

Releases: Arduino-CI/action

Arduino CI v1.6.2

08 Jun 15:02
b20e463
Compare
Choose a tag to compare

Arduino CI v1.5.0

24 Jan 02:53
Compare
Choose a tag to compare

Arduino CI v1.3.0

14 Jan 04:42
Compare
Choose a tag to compare

Changed

Removed

Smarter and More Flexible

07 Jan 04:39
Compare
Choose a tag to compare

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 to SKIP_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

02 Dec 19:47
Compare
Choose a tag to compare
  • Adopt v1.1.0 of the underlying arduino_ci library
  • Improve documentation