|
@ -3,6 +3,7 @@ build: |
|
|
script: |
|
|
script: |
|
|
# - platformio lib -g install 1 |
|
|
# - platformio lib -g install 1 |
|
|
# - platformio ci --board=esp32thing |
|
|
# - platformio ci --board=esp32thing |
|
|
|
|
|
- platformio platform install https://github.com/platformio/platform-espressif32.git#feature/stage |
|
|
- platformio run |
|
|
- platformio run |
|
|
- ln -s .pioenvs/esp32thing build |
|
|
- ln -s .pioenvs/esp32thing build |
|
|
- cp /home/user/.platformio/packages/framework-arduinoespressif32/tools/sdk/bin/bootloader.bin build/ |
|
|
- cp /home/user/.platformio/packages/framework-arduinoespressif32/tools/sdk/bin/bootloader.bin build/ |
|
|