Skip to content

Releases: Arduino-CI/action

Arduino CI v1.6.2

Choose a tag to compare

@ianfixes ianfixes released this 08 Jun 15:02
b20e463

Changed

Arduino CI v1.5.0

Choose a tag to compare

@ianfixes ianfixes released this 24 Jan 02:53

Changed

Arduino CI v1.3.0

Choose a tag to compare

@ianfixes ianfixes released this 14 Jan 04:42

Changed

Removed

Smarter and More Flexible

Choose a tag to compare

@ianfixes ianfixes released this 07 Jan 04:39

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

Choose a tag to compare

@ianfixes ianfixes released this 02 Dec 19:47
  • Adopt v1.1.0 of the underlying arduino_ci library
  • Improve documentation