fix lib path for simavr in pipeline
This commit is contained in:
parent
f9ae76aadf
commit
4ec9b50b1c
@ -16,7 +16,7 @@ steps:
|
|||||||
- name: embedded tests
|
- name: embedded tests
|
||||||
commands:
|
commands:
|
||||||
- cd gateway
|
- cd gateway
|
||||||
- pio test -e embedded --without-uploading
|
- LD_LIBRARY_PATH=~/.platformio/packages/tool-simavr/lib/ pio test -e embedded --without-uploading
|
||||||
|
|
||||||
- name: upload firmware
|
- name: upload firmware
|
||||||
commands:
|
commands:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user