File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,19 @@ before_install:
9
9
- sudo ln -s /usr/local/share/arduino/arduino /usr/local/bin/arduino
10
10
install :
11
11
- ln -s $PWD /usr/local/share/arduino/libraries/TheThingsNetwork
12
+ before_script :
13
+ - find $PWD/examples -type f -name "*.ino" -exec sed -i '' 's/\(freqPlan = \)/\1TTN_FP_EU868;/g' {} \;
12
14
script :
15
+ - arduino --verify --board arduino:avr:leonardo $PWD/examples/ABP/ABP.ino
16
+ - arduino --verify --board arduino:avr:leonardo $PWD/examples/DeviceInfo/DeviceInfo.ino
17
+ - arduino --verify --board arduino:avr:leonardo $PWD/examples/Message/Message.ino
18
+ - arduino --verify --board arduino:avr:leonardo $PWD/examples/PassThrough/PassThrough.ino
19
+ - arduino --verify --board arduino:avr:leonardo $PWD/examples/QuickStart/QuickStart.ino
20
+ - arduino --verify --board arduino:avr:leonardo $PWD/examples/Receive/Receive.ino
21
+ - arduino --verify --board arduino:avr:leonardo $PWD/examples/Send/Send.ino
22
+ - arduino --verify --board arduino:avr:leonardo $PWD/examples/Sensors/DHT/DHT.ino
23
+ - arduino --verify --board arduino:avr:leonardo $PWD/examples/Sensors/LightSensor/LightSensor.ino
24
+ - arduino --verify --board arduino:avr:leonardo $PWD/examples/Workshop/Workshop.ino
13
25
- arduino --verify --board arduino:avr:leonardo $PWD/test/TheThingsMessage/TheThingsMessage.ino
14
26
- arduino --verify --board arduino:avr:leonardo $PWD/test/TheThingsNetwork/TheThingsNetwork.ino
15
27
notifications :
You can’t perform that action at this time.
0 commit comments