File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,13 @@ before_install:
33 - " /sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_1.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :1 -ac -screen 0 1280x1024x16"
44 - sleep 3
55 - export DISPLAY=:1.0
6- - wget http://downloads.arduino.cc/arduino-1.6.5 -linux64.tar.xz
7- - tar xf arduino-1.6.5 -linux64.tar.xz
8- - sudo mv arduino-1.6.5 /usr/local/share/arduino
6+ - wget http://downloads.arduino.cc/arduino-1.6.12 -linux64.tar.xz
7+ - tar xf arduino-1.6.12 -linux64.tar.xz
8+ - sudo mv arduino-1.6.12 /usr/local/share/arduino
99 - sudo ln -s /usr/local/share/arduino/arduino /usr/local/bin/arduino
10+ - wget https://www.pjrc.com/teensy/td_136/TeensyduinoInstall.linux64
11+ - sudo chmod 755 TeensyduinoInstall.linux64
12+ - TeensyduinoInstall.linux64
1013install :
1114 - ln -s $PWD /usr/local/share/arduino/libraries/OpenAudio_ArduinoLibrary
1215 - arduino --install-library "Audio"
You can’t perform that action at this time.
0 commit comments