File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
- ARDUINO_ESP32_VERSION="1.0.1"
6
6
- LIBRARY_NAME="SIM808"
7
7
matrix :
8
- - BOARD="arduino:avr:uno"
9
- - BOARD="esp32:esp3 :pico32"
8
+ - ESP32=false BOARD="arduino:avr:uno"
9
+ - ESP32=true BOARD="esp32:esp32 :pico32"
10
10
before_install :
11
11
- " /sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_1.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :1 -ac -screen 0 1280x1024x16"
12
12
- sleep 3
@@ -16,7 +16,7 @@ before_install:
16
16
- sudo mv arduino-$ARDUINO_IDE_VERSION /usr/local/share/arduino
17
17
- sudo ln -s /usr/local/share/arduino/arduino /usr/local/bin/arduino
18
18
- arduino --pref boardsmanager.additional.urls=https://dl.espressif.com/dl/package_esp32_index.json --save-prefs
19
- - arduino --install-boards esp32:esp32:$ARDUINO_ESP32_VERSION
19
+ - if $ESP32 then; arduino --install-boards esp32:esp32:$ARDUINO_ESP32_VERSION; fi
20
20
install :
21
21
- ln -s $PWD /usr/local/share/arduino/libraries/$LIBRARY_NAME
22
22
- arduino --install-library "ArduinoLog"
You can’t perform that action at this time.
0 commit comments