Skip to content

Commit

Permalink
[build] Do builds twice on the nightly builds
Browse files Browse the repository at this point in the history
And added build for ESP32 and Sonoff POW
  • Loading branch information
TD-er committed May 11, 2018
1 parent 241f21b commit b6284f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -27,11 +27,13 @@ install:
script:
# - cppcheck --enable=warning src/*.ino -q --force -I src --include=src/ESPEasy.ino --error-exitcode=1
# - ./memanalyzer.py ~/.platformio/packages/toolchain-xtensa/bin/xtensa-lx106-elf-objdump
- PLATFORMIO_BUILD_FLAGS="-D CONTINUOUS_INTEGRATION" platformio run
- PLATFORMIO_BUILD_FLAGS="-D CONTINUOUS_INTEGRATION" platformio run
- PLATFORMIO_BUILD_FLAGS="-D CONTINUOUS_INTEGRATION" platformio run

# patch platformio core libs for PUYA bug (https://github.com/letscontrolit/ESPEasy/issues/650)
- cd patches; ./check_puya_patch; cd ..
- PLATFORMIO_BUILD_FLAGS="-D CONTINUOUS_INTEGRATION" platformio run -s --environment dev_ESP8266PUYA_1024
- PLATFORMIO_BUILD_FLAGS="-D CONTINUOUS_INTEGRATION" platformio run -s --environment dev_ESP8266PUYA_1024


before_deploy:
Expand Down
4 changes: 3 additions & 1 deletion before_deploy
Expand Up @@ -18,7 +18,9 @@ for ENV in \
dev_ESP8266_4096\
dev_ESP8285_1024\
dev_ESP8266PUYA_1024\
dev_ESP8266PUYA_1024_VCC;\
dev_ESP8266PUYA_1024_VCC\
hard_SONOFF_POW\
esp32dev;\
do
echo
echo "### Deploying environment $ENV for version $VERSION"
Expand Down

0 comments on commit b6284f2

Please sign in to comment.