forked from stuartpittaway/diyBMSv4
-
Notifications
You must be signed in to change notification settings - Fork 2
/
.travis.yml
22 lines (18 loc) · 816 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
language: python
python:
- "2.7"
# Cache PlatformIO packages using Travis CI container-based infrastructure
sudo: false
cache:
directories:
- "~/.platformio"
#env:
# - PLATFORMIO_CI_SRC=ESPController/src/main.cpp:./ESPController/include:./ESPController/lib/crc16:./ESPController/lib/settings:./ESPController/lib/ticker
# ESPController/lib/crc16 ESPController/lib/settings ESPController/lib/ticker
install:
- pip install -U platformio
- platformio update
script:
- platformio run --project-dir=./ATTINYCellModule --project-conf=./ATTINYCellModule/platformio.ini
- platformio run --project-dir=./ATTINYCellModuleTestPrg --project-conf=./ATTINYCellModuleTestPrg/platformio.ini
- platformio run --project-dir=./ESPController --project-conf=./ESPController/platformio.ini