File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ language: generic
2
2
env :
3
3
global :
4
4
- CLI_VERSION=latest
5
- - EXTRA_COMPILER_WARNING_FLAGS="-Wpedantic -Werror"
6
5
matrix :
7
6
include :
8
7
- env :
@@ -74,8 +73,8 @@ before_install:
74
73
- installLibrary arduino-libraries/WiFi101
75
74
- installLibrary arduino-libraries/WiFiNINA
76
75
- 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; }
79
78
install :
80
79
- mkdir -p $HOME/Arduino/libraries
81
80
- ln -s $PWD $HOME/Arduino/libraries/.
You can’t perform that action at this time.
0 commit comments