Travis fix 3
This commit is contained in:
parent
da0aad9b69
commit
8577d43b2e
1 changed files with 3 additions and 2 deletions
|
@ -28,7 +28,7 @@ before_install:
|
||||||
arduino --install-boards esp8266:esp8266;
|
arduino --install-boards esp8266:esp8266;
|
||||||
export SKIP_PAT='(HTTP|MQTT).*ino';
|
export SKIP_PAT='(HTTP|MQTT).*ino';
|
||||||
else
|
else
|
||||||
SKIP_PAT='.*';
|
export SKIP_PAT='.*';
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# create directory to save the library and create symbolic link
|
# create directory to save the library and create symbolic link
|
||||||
|
@ -43,7 +43,8 @@ branches:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
# build all example sketches
|
# build all example sketches
|
||||||
- for example in $(find $PWD/examples -name '*.ino' | sort); do
|
- |
|
||||||
|
for example in $(find $PWD/examples -name '*.ino' | sort); do
|
||||||
# check whether to skip this sketch
|
# check whether to skip this sketch
|
||||||
if [[ ${example} =~ $PAT2 ]]; then
|
if [[ ${example} =~ $PAT2 ]]; then
|
||||||
# skip sketch
|
# skip sketch
|
||||||
|
|
Loading…
Add table
Reference in a new issue