Skip to content

Commit b2a4791

Browse files
committed
Add OBD-II example sketches to Travis CI
1 parent 8aafba7 commit b2a4791

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,14 @@ before_install:
1818
popd;
1919
fi
2020
- buildExampleSketch() { arduino --verbose-build --verify --board $BOARD $PWD/examples/$1/$1.ino; }
21+
- buildExampleOBDIISketch() { arduino --verbose-build --verify --board $BOARD $PWD/examples/OBDII/$1/$1.ino; }
2122
install:
2223
- mkdir -p $HOME/Arduino/libraries
2324
- ln -s $PWD $HOME/Arduino/libraries/CAN
2425
script:
2526
- buildExampleSketch CANReceiver
2627
- buildExampleSketch CANReceiverCallback
2728
- buildExampleSketch CANSender
29+
- buildExampleOBDIISketch EngineRPM
30+
- buildExampleOBDIISketch SupportedPIDs
31+
- buildExampleOBDIISketch VINReader

0 commit comments

Comments
 (0)