parent
13f193d6f0
commit
e253cde463
|
@ -5,6 +5,8 @@ language: bash
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
|
|
||||||
|
dist: focal
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- "export DISPLAY=:99.0"
|
- "export DISPLAY=:99.0"
|
||||||
- sleep 3 # give xvfb some time to start
|
- sleep 3 # give xvfb some time to start
|
||||||
|
@ -18,6 +20,7 @@ before_script:
|
||||||
- cd esp32
|
- cd esp32
|
||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
- cd tools
|
- cd tools
|
||||||
|
- python --version
|
||||||
- python get.py
|
- python get.py
|
||||||
- pip install --user platformio
|
- pip install --user platformio
|
||||||
- platformio update
|
- platformio update
|
||||||
|
|
Loading…
Reference in New Issue