File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
language : c
2
+ env :
3
+ - ARDUINO_VERSION=1.6.13
2
4
before_install :
3
5
- " /sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_1.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :1 -ac -screen 0 1280x1024x16"
4
6
- sleep 3
5
7
- export DISPLAY=:1.0
6
- - wget http://downloads.arduino.cc/arduino-1.6.13 -linux64.tar.xz
7
- - tar xf arduino-1.6.13 -linux64.tar.xz
8
- - sudo mv arduino-1.6.13 /usr/local/share/arduino
8
+ - wget http://downloads.arduino.cc/arduino-$ARDUINO_VERSION -linux64.tar.xz
9
+ - tar xf arduino-$ARDUINO_VERSION -linux64.tar.xz
10
+ - sudo mv arduino-$ARDUINO_VERSION /usr/local/share/arduino
9
11
- sudo ln -s /usr/local/share/arduino/arduino /usr/local/bin/arduino
10
12
install :
11
13
- ln -s $PWD /usr/local/share/arduino/libraries/TheThingsNetwork
You can’t perform that action at this time.
0 commit comments