mirror of
https://github.com/thelsing/knx.git
synced 2025-01-02 00:06:43 +01:00
fetch my Flashstorage lib first
This commit is contained in:
parent
0c2f7e2e8d
commit
3a85e9c909
@ -24,6 +24,9 @@ matrix:
|
||||
before_install:
|
||||
- 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 wget https://github.com/thelsing/FlashStorage/archive/master.zip; fi
|
||||
- if [ "$MODE" = "ARDUINO" ]; then mkdir -p /usr/local/share/arduino/libraries/FlashStorage; fi
|
||||
- if [ "$MODE" = "ARDUINO" ]; then unzip master.zip -d /usr/local/share/arduino/libraries/FlashStorage; fi
|
||||
install:
|
||||
- if [ "$MODE" = "ARDUINO" ]; then arduino --install-library "WiFiManager"; fi
|
||||
script:
|
||||
|
Loading…
Reference in New Issue
Block a user