more travis testing :-/
This commit is contained in:
parent
cdda2e0f10
commit
5a7dfcffcf
|
|
@ -31,10 +31,10 @@ install:
|
|||
- ln -s $PWD/libraries/SX1278FSK /usr/local/share/arduino/libraries/SX1278FSK
|
||||
- arduino --install-library "U8g2"
|
||||
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
|
||||
- arduino --board esp32:esp32:ttgo-lora32-v1 --verify $PWD/RX_FSK/RX_FSK.ino
|
||||
- find build
|
||||
- $MKSPIFFS -c $PWD/RX_FSK/data -b 4096 -p 256 -s 1503232 $PWD/spiffs.bin
|
||||
- $PWD/scripts/makeimage.py $ESP32TOOLS `cat $PWD/code.bin` $PWD/spiffs.bin $PWD/out.bin
|
||||
- $PWD/scripts/makeimage.py $ESP32TOOLS $PWD/build/RX_FSK.ino.bin $PWD/code.bin` $PWD/spiffs.bin $PWD/out.bin
|
||||
after_success:
|
||||
- .travis/push.sh
|
||||
notifications:
|
||||
|
|
|
|||
Loading…
Reference in New Issue