restore travis scripts

This commit is contained in:
Luc 2020-11-24 11:43:23 +01:00
parent f4275908d6
commit a9aff21251
2 changed files with 5 additions and 5 deletions

View File

@ -18,11 +18,11 @@ install:
- pip install -U platformio
env:
# - TARGET=esp32 PLATFORM=arduino BT=yes AUTHENTICATION=yes FILESYSTEM=FAT
# - TARGET=esp32 PLATFORM=arduino BT=yes AUTHENTICATION=no FILESYSTEM=SPIFFS
# - TARGET=esp8266 PLATFORM=arduino BT=no AUTHENTICATION=yes FILESYSTEM=LITTLEFS
- TARGET=esp32 PLATFORM=arduino BT=yes AUTHENTICATION=yes FILESYSTEM=FAT
- TARGET=esp32 PLATFORM=arduino BT=yes AUTHENTICATION=no FILESYSTEM=SPIFFS
- TARGET=esp8266 PLATFORM=arduino BT=no AUTHENTICATION=yes FILESYSTEM=LITTLEFS
- TARGET=esp8266 PLATFORM=arduino BT=no AUTHENTICATION=no FILESYSTEM=LITTLEFS
# - TARGET=all PLATFORM=PIO BT=yes AUTHENTICATION=yes
- TARGET=all PLATFORM=PIO BT=yes AUTHENTICATION=yes
before_script:
- platformio update

View File

@ -14,7 +14,7 @@ build_dir = .pioenvs
lib_dir = libraries
libdeps_dir = .piolibdeps
data_dir = esp3d/data
default_envs = esp8266dev
default_envs = esp32dev
[env:esp32dev]
platform = https://github.com/platformio/platform-espressif32.git