File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ " language " : " c" ,
3
+ " before_install " : [
4
+ " /sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_1.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :1 -ac -screen 0 1280x1024x16" ,
5
+ " sleep 3" ,
6
+ " export DISPLAY=:1.0" ,
7
+ " wget http://downloads.arduino.cc/arduino-1.6.9-linux64.tar.xz" ,
8
+ " tar xf arduino-1.6.9-linux64.tar.xz"
9
+ ],
10
+ " install " : [
11
+ ],
12
+ " script " : [
13
+ " sudo cp -r arduino-1.6.9 /usr/local/share/arduino" ,
14
+ " sudo ln -s /usr/local/share/arduino/arduino /usr/local/bin/arduino" ,
15
+ " sudo ln -s $PWD /usr/local/share/arduino/libraries/ArduinoLog" ,
16
+ " arduino --verify --board arduino:avr:uno $PWD/examples/Log/Log.ino" ,
17
+ ],
18
+ " group " : " stable" ,
19
+ " dist " : " precise" ,
20
+ " os " : " linux"
21
+ }
Original file line number Diff line number Diff line change 1
1
ArduinoLog - C++ Log library for Arduino devices
2
2
====================
3
+ [ ![ Build Status] ( https://travis-ci.org/thijse/Arduino-Log.svg?branch=master )] ( https://travis-ci.org/thijse/Arduino-Log )
4
+ [ ![ License] ( http://img.shields.io/:license-mit-blue.svg )] ( http://doge.mit-license.org )
3
5
4
6
* An minimalistic Logging framework for Arduino-compatible embedded systems.*
5
7
You can’t perform that action at this time.
0 commit comments