File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ language: generic
22env :
33 global :
44 - CLI_VERSION=latest
5- - EXTRA_COMPILER_WARNING_FLAGS="-Wpedantic -Werror"
65matrix :
76 include :
87 - env :
@@ -74,8 +73,8 @@ before_install:
7473 - installLibrary arduino-libraries/WiFi101
7574 - installLibrary arduino-libraries/WiFiNINA
7675 - installLibrary arduino-libraries/Ethernet
77- - buildExampleSketch() { arduino-cli compile --warnings all --build-properties compiler.c.extra_flags="${EXTRA_COMPILER_WARNING_FLAGS}" --build-properties compiler.cpp.extra_flags="${EXTRA_COMPILER_WARNING_FLAGS}" --build-properties compiler.S.extra_flags="${EXTRA_COMPILER_WARNING_FLAGS}" -- fqbn $BOARD $PWD/examples/$1; }
78- - buildExampleUtilitySketch() { arduino-cli compile --warnings all --build-properties compiler.c.extra_flags="${EXTRA_COMPILER_WARNING_FLAGS}" --build-properties compiler.cpp.extra_flags="${EXTRA_COMPILER_WARNING_FLAGS}" --build-properties compiler.S.extra_flags="${EXTRA_COMPILER_WARNING_FLAGS}" -- fqbn $BOARD $PWD/examples/utility/$1; }
76+ - buildExampleSketch() { arduino-cli compile --warnings all --fqbn $BOARD $PWD/examples/$1; }
77+ - buildExampleUtilitySketch() { arduino-cli compile --warnings all --fqbn $BOARD $PWD/examples/utility/$1; }
7978install :
8079 - mkdir -p $HOME/Arduino/libraries
8180 - ln -s $PWD $HOME/Arduino/libraries/.
You can’t perform that action at this time.
0 commit comments