mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-05 14:20:41 +08:00
restore travis scripts
This commit is contained in:
parent
f4275908d6
commit
a9aff21251
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user