mirror of
https://github.com/thelsing/knx.git
synced 2025-08-13 13:46:20 +02:00
Disable verbose output
This commit is contained in:
parent
8bdd883758
commit
3ce0493f2c
@ -91,9 +91,13 @@
|
||||
# PRE scripts have to be copied manually as "platformio ci does not care about it"
|
||||
- mkdir -p /tmp/scripts
|
||||
- cp examples/knx-usb/custom_hwids.py /tmp/scripts
|
||||
- platformio settings set force_verbose yes
|
||||
|
||||
# Enable verbose output of platformio
|
||||
#- platformio settings set force_verbose yes
|
||||
|
||||
- echo "-------";echo "Compiling example knx-usb";echo "--------";
|
||||
- platformio ci --lib="." --project-conf=examples/knx-usb/platformio-ci.ini examples/knx-usb/src/main.cpp
|
||||
|
||||
- echo "-------";echo "Compiling example knx-demo";echo "--------";
|
||||
- platformio ci --lib="." --project-conf=examples/knx-demo/platformio-ci.ini examples/knx-demo/knx-demo.ino
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user