File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,16 @@ before_install:
22
22
arduino --install-boards arduino:mbed;
23
23
fi
24
24
- buildExamplePeripheralSketch() { arduino --verbose-build --verify --board $BOARD $PWD/examples/Peripheral/$1/$1.ino; }
25
+ - buildExampleCentralSketch() { arduino --verbose-build --verify --board $BOARD $PWD/examples/Central/$1/$1.ino; }
25
26
install :
26
27
- mkdir -p $HOME/Arduino/libraries
27
28
- ln -s $PWD $HOME/Arduino/libraries/.
28
29
script :
30
+ - buildExampleCentralSketch LedControl
31
+ - buildExampleCentralSketch PeripheralExplorer
32
+ - buildExampleCentralSketch Scan
33
+ - buildExampleCentralSketch ScanCallback
34
+ - buildExampleCentralSketch SensorTagButton
29
35
- buildExamplePeripheralSketch BatteryMonitor
30
36
- buildExamplePeripheralSketch ButtonLED
31
37
- buildExamplePeripheralSketch CallbackLED
You can’t perform that action at this time.
0 commit comments