travis build fix*

This commit is contained in:
Hansi, dl9rdz 2023-04-13 15:13:41 +00:00
parent 8b7d064ebc
commit fdf48c0f1a
1 changed files with 3 additions and 3 deletions

View File

@ -2,13 +2,13 @@ language: c
dist: focal
env:
global:
- apt-get install python-is-python3
- pip remove pyserial
- pip install pyserial
- python /home/travis/.arduino15/packages/esp32/tools/esptool_py/3.0.0/esptool.py
- ESP32TOOLS=/home/travis/.arduino15/packages/esp32/hardware/esp32/1.0.6/tools
- MKSPIFFS=/home/travis/.arduino15/packages/esp32/tools/mkspiffs/0.2.3/mkspiffs
before_install:
- apt-get install python-is-python3
- pip remove pyserial
- pip install pyserial
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_1.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :1 -ac -screen 0 1280x1024x16"
- sleep 3
- export DISPLAY=:1.0