mirror of
https://github.com/thelsing/knx.git
synced 2025-08-31 13:47:01 +02:00
save work
This commit is contained in:
parent
32a0503172
commit
566f1d8ccc
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user