Closed
Description
The latest arduino-cli version (0.14) no longer supports the '--dry-run' flag since 'Arduino CLI now defaults to the --dry-run behavior, so there is no longer any need for that flag (source).
I am not that familiar with Ruby, but I have tested removing --dry-run from lib/arduino_ci/arduino_backend.rb and this works fine for 0.14. On 0.13 this does create build/ directory with binaries.
Add version sensing for arduino-cli to arduino_backend.rb or maybe remove '--dry-run' and add build directory to gitignore ?