File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,16 @@ before_install:
2222 arduino --install-boards arduino:mbed;
2323 fi
2424 - 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; }
2526install :
2627 - mkdir -p $HOME/Arduino/libraries
2728 - ln -s $PWD $HOME/Arduino/libraries/.
2829script :
30+ - buildExampleCentralSketch LedControl
31+ - buildExampleCentralSketch PeripheralExplorer
32+ - buildExampleCentralSketch Scan
33+ - buildExampleCentralSketch ScanCallback
34+ - buildExampleCentralSketch SensorTagButton
2935 - buildExamplePeripheralSketch BatteryMonitor
3036 - buildExamplePeripheralSketch ButtonLED
3137 - buildExamplePeripheralSketch CallbackLED
You can’t perform that action at this time.
0 commit comments