mirror of
https://github.com/thelsing/knx.git
synced 2025-08-13 13:46:20 +02:00
save work
This commit is contained in:
parent
fb581c10a7
commit
3d862ffea1
@ -89,10 +89,12 @@
|
||||
- pip install -U platformio
|
||||
- platformio update
|
||||
script:
|
||||
- mkdir -p examples/knx-usb/lib
|
||||
- cp -rv src/* examples/knx-usb/lib/
|
||||
- mkdir -p /tmp/scripts
|
||||
- cp examples/knx-usb/custom_hwids.py /tmp/scripts
|
||||
- platformio settings set force_verbose yes
|
||||
- platformio ci --build-dir /tmp/build --lib="." --project-conf=examples/knx-usb/platformio.ini examples/knx-usb/src/main.cpp
|
||||
- platformio ci --build-dir /tmp/build --lib="." --project-conf=examples/knx-usb/platformio.ini examples/knx-usb/src/main.cpp
|
||||
|
||||
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 = /tmp/libdeps
|
||||
|
||||
[env:adafruit_feather_m0]
|
||||
platform = atmelsam
|
||||
|
Loading…
Reference in New Issue
Block a user