mirror of
https://github.com/Theaninova/Arduino-IRremote.git
synced 2025-12-13 01:46:21 +00:00
Cache PlatformIO packages using Travis CI container-based infrastructure
This commit is contained in:
@@ -1,6 +1,12 @@
|
|||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- "2.7"
|
- "2.7"
|
||||||
|
|
||||||
|
# Cache PlatformIO packages using Travis CI container-based infrastructure
|
||||||
|
sudo: false
|
||||||
|
cache:
|
||||||
|
directories:
|
||||||
|
- "~/.platformio"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- PLATFORMIO_CI_SRC=examples/AiwaRCT501SendDemo PLATFORMIO_BUILD_FLAGS="-DSEND_AIWA_RC_T501"
|
- PLATFORMIO_CI_SRC=examples/AiwaRCT501SendDemo PLATFORMIO_BUILD_FLAGS="-DSEND_AIWA_RC_T501"
|
||||||
@@ -16,7 +22,7 @@ env:
|
|||||||
- PLATFORMIO_CI_SRC=examples/IRremoteInfo
|
- PLATFORMIO_CI_SRC=examples/IRremoteInfo
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- python -c "$(curl -fsSL https://raw.githubusercontent.com/platformio/platformio/master/scripts/get-platformio.py)"
|
- pip install -U platformio
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- platformio ci --lib="." --board=uno --board=leonardo --board=pro16MHzatmega168
|
- platformio ci --lib="." --board=uno --board=leonardo --board=pro16MHzatmega168
|
||||||
|
|||||||
Reference in New Issue
Block a user