@@ -12,8 +12,6 @@ before_install:
12
12
install :
13
13
- ln -s $PWD /usr/local/share/arduino/libraries/TheThingsNetwork
14
14
- arduino --install-library "DHT sensor library:1.3.0,Adafruit Unified Sensor:1.0.2"
15
- - git clone https://github.com/sparkfun/arduino_boards /tmp/sparkfun
16
- - mv /tmp/sparkfun/sparkfun /usr/local/share/arduino/hardware/sparkfun
17
15
before_script :
18
16
# Replace placeholders with actual frequency plan (on Mac OS folow -i by '')
19
17
- find $PWD/examples -type f -name "*.ino" -exec sed -i 's/REPLACE_ME/TTN_FP_EU868/g' {} +
@@ -22,7 +20,6 @@ script:
22
20
- test/verify arduino:avr:leonardo examples/DeviceInfo/DeviceInfo.ino
23
21
- test/verify arduino:avr:leonardo examples/TheThingsMessage/Receive/Receive.ino
24
22
- test/verify arduino:avr:leonardo examples/TheThingsMessage/Send/Send.ino
25
- - test/verify sparkfun:avr:promicro:cpu=8MHzatmega32U4 examples/Node/Node.ino
26
23
- test/verify arduino:avr:leonardo examples/PassThrough/PassThrough.ino
27
24
- test/verify arduino:avr:leonardo examples/QuickStart/QuickStart.ino
28
25
- test/verify arduino:avr:leonardo examples/Receive/Receive.ino
@@ -32,7 +29,6 @@ script:
32
29
- test/verify arduino:avr:leonardo examples/Workshop/Workshop.ino
33
30
- test/verify arduino:avr:leonardo test/TheThingsMessage/TheThingsMessage.ino
34
31
- test/verify arduino:avr:leonardo test/TheThingsNetwork/TheThingsNetwork.ino
35
- - test/verify sparkfun:avr:promicro:cpu=8MHzatmega32U4 test/TheThingsNode/TheThingsNode.ino
36
32
notifications :
37
33
email :
38
34
on_success : change
0 commit comments