save work

This commit is contained in:
nanosonde 2019-12-14 11:16:20 +01:00
parent 32a0503172
commit 566f1d8ccc
2 changed files with 4 additions and 2 deletions

View File

@ -115,11 +115,13 @@
- "~/.platformio"
env:
- PLATFORMIO_CI_SRC=examples/knx-usb
- PLATFORMIO_LIBDEPS_DIR=/tmp/libdeps
install:
- pip install -U platformio
- platformio update
script:
- platformio ci --project-conf=examples/knx-usb/platformio.ini
#- platformio ci --project-conf=examples/knx-usb/platformio.ini
- platformio run -c examples/knx-usb/platformio.ini
notifications:
email:

View File

@ -8,7 +8,7 @@
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[platformio]
libdeps_dir = ../../../../libdeps
#libdeps_dir = ../../../../libdeps
[env:adafruit_feather_m0]
platform = atmelsam