issues
search
adafruit
/
ci-arduino
A script that will install all of the common dependencies for testing Arduino library builds using Github Actions
MIT License
115
stars
73
forks
source link
add optional --wall option for ci
#97
Closed
hathach
closed
3 years ago
hathach
commented
3 years ago
update BUILD_DIR to be able to run it locally
add
pico_rp2040_tinyusb
and
feather_rp2040_tinyusb
add optional
--wall
option for build ci
The ci now always build with all warnings, in case of
--wall
option is present. warning is counted as error.
Otherwise the build will pass but the warning message is printed so that we could fix it gradually.
pico_rp2040_tinyusb
andfeather_rp2040_tinyusb
--wall
option for build ci--wall
option is present. warning is counted as error.