mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-29 15:42:20 +03:00
modbus support
This commit is contained in:
30
lib/ModbusMaster/.travis.yml
Normal file
30
lib/ModbusMaster/.travis.yml
Normal file
@@ -0,0 +1,30 @@
|
||||
language: python
|
||||
|
||||
python:
|
||||
- 2.7
|
||||
|
||||
sudo: false
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- ~/.platformio
|
||||
|
||||
# update Makefile if target boards added
|
||||
env:
|
||||
- PLATFORMIO_BOARD=uno
|
||||
- PLATFORMIO_BOARD=due
|
||||
- PLATFORMIO_BOARD=huzzah
|
||||
- PLATFORMIO_BOARD=genuino101
|
||||
- PLATFORMIO_BOARD=teensy31
|
||||
|
||||
install:
|
||||
- pip install -U platformio
|
||||
|
||||
before_script:
|
||||
- env
|
||||
- echo $HOME
|
||||
- echo $TRAVIS_BUILD_DIR
|
||||
- ls -al $PWD
|
||||
|
||||
script:
|
||||
- make build
|
||||
Reference in New Issue
Block a user