mirror of
https://github.com/thelsing/knx.git
synced 2024-12-18 19:08:18 +01:00
next
This commit is contained in:
parent
0d5ad80f6a
commit
58cb349e6f
@ -25,8 +25,7 @@ before_install:
|
|||||||
- if [ "$MODE" = "LINUX" ]; then eval "${MATRIX_EVAL}"; fi
|
- if [ "$MODE" = "LINUX" ]; then eval "${MATRIX_EVAL}"; fi
|
||||||
- if [ "$MODE" = "ARDUINO" ]; then source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh); fi
|
- if [ "$MODE" = "ARDUINO" ]; then source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh); fi
|
||||||
- if [ "$MODE" = "ARDUINO" ]; then wget https://github.com/thelsing/FlashStorage/archive/master.zip; fi
|
- if [ "$MODE" = "ARDUINO" ]; then wget https://github.com/thelsing/FlashStorage/archive/master.zip; fi
|
||||||
- if [ "$MODE" = "ARDUINO" ]; then mkdir -p $PWD/../FlashStorage; fi
|
- if [ "$MODE" = "ARDUINO" ]; then unzip master.zip -d /home/travis/arduino_ide/libraries; fi
|
||||||
- if [ "$MODE" = "ARDUINO" ]; then unzip master.zip -d $PWD/../FlashStorage; fi
|
|
||||||
install:
|
install:
|
||||||
- if [ "$MODE" = "ARDUINO" ]; then arduino --install-library "WiFiManager"; fi
|
- if [ "$MODE" = "ARDUINO" ]; then arduino --install-library "WiFiManager"; fi
|
||||||
script:
|
script:
|
||||||
|
Loading…
Reference in New Issue
Block a user