Travis: build default, then with myconfig (#47)

* nice bonus; also tests non AP-mode builds
This commit is contained in:
Owen Carter
2020-09-25 18:26:30 +02:00
committed by GitHub
parent 5689fa7e30
commit 2f01dbaab3

View File

@ -25,6 +25,8 @@ script:
- export PATH="$HOME/arduino_ide:$PATH"
- arduino --board esp32:esp32:esp32:PartitionScheme=huge_app,FlashFreq=80 --pref compiler.warning_level=all --save-prefs
- arduino --verbose --verify esp32-cam-webserver.ino
- cp --preserve --verbose myconfig.sample.h myconfig.h
- arduino --verbose --verify esp32-cam-webserver.ino
notifications: