We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7f95b0 commit 13c8564Copy full SHA for 13c8564
exe/arduino_ci_remote.rb
@@ -53,6 +53,7 @@ def assure(message, &block)
53
# initialize library under test
54
installed_library_path = assure("Installing library under test") { @arduino_cmd.install_local_library(".") }
55
library_examples = @arduino_cmd.library_examples(installed_library_path)
56
+cpp_library = ArduinoCI::CppLibrary.new(installed_library_path)
57
58
# gather up all required boards so we can install them up front.
59
# start with the "platforms to unittest" and add the examples
0 commit comments