mirror of
https://gitlab.com/Luci_/arduino-photometrics.git
synced 2026-04-03 03:25:36 +02:00
change cli
This commit is contained in:
parent
d83cbfe2ae
commit
ba39b4c849
|
|
@ -19,7 +19,7 @@ pio_build:
|
|||
|
||||
before_script:
|
||||
- pip install -U platformio
|
||||
- pio lib install --global "ThrowTheSwitch/Unity@^2.6.0"
|
||||
- pio lib install "ThrowTheSwitch/Unity@^2.6.0"
|
||||
|
||||
script:
|
||||
- "pio run -e $ARDUINO_ENV"
|
||||
|
|
|
|||
|
|
@ -16,18 +16,11 @@ test_framework = unity
|
|||
;upload_port = /dev/ttyACM0
|
||||
build_flags =
|
||||
-std=gnu++17
|
||||
-I lib/
|
||||
-I lib/ test/
|
||||
;-D DEBUG
|
||||
lib_deps =
|
||||
northernwidget/DS3231@^1.1.2
|
||||
arduino-libraries/Ethernet
|
||||
robtillaart/CRC
|
||||
|
||||
test_lib_deps =
|
||||
ThrowTheSwitch/Unity@^2.6.0
|
||||
|
||||
test_build_flags =
|
||||
${env.build_flags}
|
||||
-I test
|
||||
|
||||
lib_ldf_mode = deep+
|
||||
Loading…
Reference in a new issue