Skip to content

Commit a002d46

Browse files
committed
Travis: build default, then with myconfig (#47)
* nice bonus; also tests non AP-mode builds
1 parent 0f20b49 commit a002d46

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ script:
2525
- export PATH="$HOME/arduino_ide:$PATH"
2626
- arduino --board esp32:esp32:esp32:PartitionScheme=huge_app,FlashFreq=80 --pref compiler.warning_level=all --save-prefs
2727
- arduino --verbose --verify esp32-cam-webserver.ino
28+
- cp --preserve --verbose myconfig.sample.h myconfig.h
29+
- arduino --verbose --verify esp32-cam-webserver.ino
2830

2931

3032
notifications:

0 commit comments

Comments
 (0)