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"
|
- "~/.platformio"
|
||||||
env:
|
env:
|
||||||
- PLATFORMIO_CI_SRC=examples/knx-usb
|
- PLATFORMIO_CI_SRC=examples/knx-usb
|
||||||
|
- PLATFORMIO_LIBDEPS_DIR=/tmp/libdeps
|
||||||
install:
|
install:
|
||||||
- pip install -U platformio
|
- pip install -U platformio
|
||||||
- platformio update
|
- platformio update
|
||||||
script:
|
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:
|
notifications:
|
||||||
email:
|
email:
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
; Please visit documentation for the other options and examples
|
; Please visit documentation for the other options and examples
|
||||||
; https://docs.platformio.org/page/projectconf.html
|
; https://docs.platformio.org/page/projectconf.html
|
||||||
[platformio]
|
[platformio]
|
||||||
libdeps_dir = ../../../../libdeps
|
#libdeps_dir = ../../../../libdeps
|
||||||
|
|
||||||
[env:adafruit_feather_m0]
|
[env:adafruit_feather_m0]
|
||||||
platform = atmelsam
|
platform = atmelsam
|
||||||
|
Loading…
Reference in New Issue
Block a user