Skip to content

Releases: ArminJo/arduino-test-compile

Early exit on platform install error

08 Oct 08:58
Compare
Choose a tag to compare
  • The suffix @latest is always removed from specified arduino-platform.
  • Early exit on platform install error as suggested by tobozo.

Fix filename problems

08 Oct 08:56
Compare
Choose a tag to compare
  • Merged #26, which fixes filename problems, especially with filenames with multiple dots.
  • Extended debug output.

Added parameter extra-arduino-lib-install-args

21 Aug 14:44
Compare
Choose a tag to compare
v3.2.0

Added parameter extra-arduino-lib-install-args

Added parameter extra-arduino-cli-args

21 Oct 08:08
Compare
Choose a tag to compare
  • Suppress check for platform-url if core was manually installed before.
  • Changed deprecated arduino-cli parameter build-properties to build-property. The build-properties parameter of the action is unaffected.
  • Added parameter extra-arduino-cli-args.

Converted to a "composite run steps" action

09 Feb 17:59
Compare
Choose a tag to compare
  • Converted from a "Docker action" to a much faster "composite run steps" action.
  • Removed deprecated parameter examples-exclude and examples-build-properties from action definition.

Renamed parameters

17 Jul 22:53
Compare
Choose a tag to compare
  • Renamed examples-exclude to sketches-exclude. Old name is still valid.
  • Renamed examples-build-properties to build-properties. Old name is still valid.
  • Fixed print cli version bug.

Added set-build-path

17 Jul 22:48
Compare
Choose a tag to compare
  • Fixed skipped compile of examples, if one *.ino file is present in the repository root.
  • examples-build-properties now used also for *c and S extra_flags.
  • Improved error and debug flags handling.
  • Added set-build-path.

Only search for files when using `sketch-names`.

30 May 14:49
Compare
Choose a tag to compare

New parameters: sketch-names-find-start + platform-default-url

20 May 17:56
Compare
Choose a tag to compare
  • Added parameter sketch-names-find-start to compile multiple libraries.
  • Added parameter platform-default-url to ease compiling for multiple boards of the same architecture.
  • Suppress warnings for install python and pip for ESP32.
  • Added debug parameters

Support for custom libraries

20 May 12:08
Compare
Choose a tag to compare
v2.3.0

Positional parameters > 9