more travis testing

ims100
Hansi, dl9rdz 2019-04-29 22:15:57 +02:00
rodzic 378af68174
commit 9e04a61b8b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -31,7 +31,7 @@ install:
script:
- arduino --board esp32:esp32:ttgo-lora32-v1 --verify $PWD/RX_FSK/RX_FSK.ino --verbose | tail -3 | head -1 | awk '{print $NF}' > $PWD/code.bin
- $MKSPIFFS -c $PWD/RX_FSK/data -b 4096 -p 256 -s 1503232 $PWD/spiffs.bin
- $PWD/scripts/makeimage.py $ESP32TOOLS $PWD/code.bin $PWD/spiffs.bin $PWD/out.bin
- $PWD/scripts/makeimage.py $ESP32TOOLS `cat $PWD/code.bin` $PWD/spiffs.bin $PWD/out.bin
after_success:
- .travis/push.sh
notifications: