2018-09-21 15:57:19 -05:00
|
|
|
sudo: false
|
2020-03-23 19:52:41 +09:00
|
|
|
language: python
|
2018-09-21 15:57:19 -05:00
|
|
|
|
|
|
|
os:
|
|
|
|
- linux
|
|
|
|
|
2020-03-22 21:58:31 +09:00
|
|
|
cache:
|
|
|
|
directories:
|
|
|
|
- "~/.platformio"
|
|
|
|
|
|
|
|
install:
|
2020-03-23 19:54:46 +09:00
|
|
|
- pip install -U platformio
|
2020-03-22 21:58:31 +09:00
|
|
|
|
2018-09-21 15:57:19 -05:00
|
|
|
script:
|
2020-03-23 21:19:33 +09:00
|
|
|
- ./configure-features.py -e WIFI -d BLUETOOTH -v
|
2020-03-23 19:52:41 +09:00
|
|
|
- ./build-machine.py test_drive.h
|
2020-03-23 21:19:33 +09:00
|
|
|
- ./configure-features.py -e BLUETOOTH -d WIFI -v
|
2020-03-23 19:52:41 +09:00
|
|
|
- ./build-machine.py test_drive.h
|
2020-03-23 21:19:33 +09:00
|
|
|
- ./configure-features.py -e BLUETOOTH WIFI -v
|
2020-03-23 19:52:41 +09:00
|
|
|
- ./build-all.py
|
2019-05-06 10:08:29 +09:00
|
|
|
|
2018-09-21 15:57:19 -05:00
|
|
|
notifications:
|
|
|
|
email:
|
|
|
|
on_success: change
|
|
|
|
on_failure: change
|