kopia lustrzana https://github.com/jgromes/RadioLib
Travix fix regex
rodzic
f974021803
commit
cf5b098c0c
|
@ -27,8 +27,6 @@ before_install:
|
||||||
- if [[ "$BOARD" =~ "esp8266:esp8266:" ]]; then
|
- if [[ "$BOARD" =~ "esp8266:esp8266:" ]]; then
|
||||||
arduino --install-boards esp8266:esp8266;
|
arduino --install-boards esp8266:esp8266;
|
||||||
export SKIP_PAT='(HTTP|MQTT).*ino';
|
export SKIP_PAT='(HTTP|MQTT).*ino';
|
||||||
else
|
|
||||||
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
|
||||||
|
|
Ładowanie…
Reference in New Issue