Skip to content

Commit

Permalink
Report backend version in CI runner script
Browse files Browse the repository at this point in the history
  • Loading branch information
ianfixes committed Jan 17, 2023
1 parent 4aad210 commit 8904255
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions exe/arduino_ci.rb
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,7 @@ def perform_example_compilation_tests(cpp_library, config)

@backend = ArduinoCI::ArduinoInstallation.autolocate!
inform("Located arduino-cli binary") { @backend.binary_path.to_s }
inform("Using arduino-cli version") { @backend.version.to_s }
if @backend.lib_dir.exist?
inform("Found libraries directory") { @backend.lib_dir }
else
Expand Down

0 comments on commit 8904255

Please # to comment.