Skip to content

Commit 47f3a4b

Browse files
committed
Add indication of which example sketch is being compiled
1 parent 477276f commit 47f3a4b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88
## [Unreleased]
99
### Added
1010
- Better indications of the build phases in the test runner `arduino_ci.rb`
11+
- Better indications of which example sketch is being compiled as part of testing
1112

1213
### Changed
1314

exe/arduino_ci.rb

+2
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,8 @@ def perform_example_compilation_tests(cpp_library, config)
470470

471471
library_examples.each do |example_path|
472472
example_name = File.basename(example_path)
473+
inform("Discovered example sketch") { example_name }
474+
473475
ovr_config = config.from_example(example_path)
474476
platforms = choose_platform_set(ovr_config, "library example", ovr_config.platforms_to_build, cpp_library.library_properties)
475477

0 commit comments

Comments
 (0)