forked from platformio/platformio-core
Update environment variable for extra args.
This commit is contained in:
@ -247,10 +247,10 @@ Examples
|
|||||||
- "~/.platformio"
|
- "~/.platformio"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- PLATFORMIO_CI_SRC=examples/TimeArduinoDue PLATFORMIO_CI_BOARDS_ARGS="--board=due"
|
- PLATFORMIO_CI_SRC=examples/TimeArduinoDue PLATFORMIO_CI_EXTRA_ARGS="--board=due"
|
||||||
- PLATFORMIO_CI_SRC=examples/TimeGPS
|
- PLATFORMIO_CI_SRC=examples/TimeGPS
|
||||||
- PLATFORMIO_CI_SRC=examples/TimeNTP
|
- PLATFORMIO_CI_SRC=examples/TimeNTP
|
||||||
- PLATFORMIO_CI_SRC=examples/TimeTeensy3 PLATFORMIO_CI_BOARDS_ARGS="--board=teensy31"
|
- PLATFORMIO_CI_SRC=examples/TimeTeensy3 PLATFORMIO_CI_EXTRA_ARGS="--board=teensy31"
|
||||||
# - ...
|
# - ...
|
||||||
|
|
||||||
install:
|
install:
|
||||||
@ -264,7 +264,7 @@ Examples
|
|||||||
- platformio lib install 416 421 422
|
- platformio lib install 416 421 422
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- platformio ci --lib="." --board=moteino $PLATFORMIO_CI_EXTRA_ARGS
|
- platformio ci --lib="." --board=uno --board=teensy20pp $PLATFORMIO_CI_EXTRA_ARGS
|
||||||
|
|
||||||
* Configuration file: https://github.com/ivankravets/Time/blob/master/.travis.yml
|
* Configuration file: https://github.com/ivankravets/Time/blob/master/.travis.yml
|
||||||
* Build History: https://travis-ci.org/ivankravets/Time
|
* Build History: https://travis-ci.org/ivankravets/Time
|
||||||
|
Reference in New Issue
Block a user