mirror of
https://github.com/DFRobot/DFRobotDFPlayerMini.git
synced 2026-02-19 17:41:20 +01:00
added support for travis ci
This commit is contained in:
17
.travis.yml
Normal file
17
.travis.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
env:
|
||||
- BOARD=uno
|
||||
- BOARD=leonardo
|
||||
- BOARD=esp01
|
||||
|
||||
install:
|
||||
- python -c "$(curl -fsSL https://raw.githubusercontent.com/platformio/platformio/master/scripts/get-platformio.py)"
|
||||
|
||||
script:
|
||||
- cd examples/FullFunction
|
||||
- platformio ci -l ../.. FullFunction.ino --board=$BOARD
|
||||
- cd ../GetStarted
|
||||
- platformio ci -l ../.. getStarted.ino --board=$BOARD
|
||||
|
||||
Reference in New Issue
Block a user