From 5a7dfcffcfdb7c5d8e3f853ced9e3bd4a611c3d8 Mon Sep 17 00:00:00 2001 From: "Hansi, dl9rdz" Date: Mon, 29 Apr 2019 22:41:38 +0200 Subject: [PATCH] more travis testing :-/ --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a64a1e0..5557e0d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: