.travis.yml now builds all environments
This commit is contained in:
10
.travis.yml
10
.travis.yml
@@ -2,8 +2,6 @@ language: python
|
|||||||
python:
|
python:
|
||||||
- "2.7"
|
- "2.7"
|
||||||
|
|
||||||
# Cache PlatformIO packages using Travis CI container-based infrastructure
|
|
||||||
sudo: false
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- "~/.platformio"
|
- "~/.platformio"
|
||||||
@@ -18,5 +16,11 @@ install:
|
|||||||
- pip install -U platformio
|
- pip install -U platformio
|
||||||
- platformio update
|
- platformio update
|
||||||
|
|
||||||
|
env:
|
||||||
|
- BUILD_CONFIG=feedc0de_usb
|
||||||
|
- BUILD_CONFIG=aveexy_usb
|
||||||
|
- BUILD_CONFIG=testbench_usb
|
||||||
|
- BUILD_CONFIG=mickdermack_usb
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- platformio run -e feedc0de_usb
|
- platformio run -e $BUILD_CONFIG
|
||||||
|
Reference in New Issue
Block a user