CI(pico-sensor): added CD build/Test before running test job
This commit is contained in:
@@ -27,10 +27,11 @@ pico-sensor-test:
|
||||
- cd pico-sensor
|
||||
- cmake --preset Test
|
||||
- cmake --build --preset app-test
|
||||
- cd build/Test
|
||||
- ctest --output-on-failure --output-junit test-results.xml
|
||||
artifacts:
|
||||
paths:
|
||||
- pico-sensor/test-results.xml
|
||||
- pico-sensor/build/Test/test-results.xml
|
||||
|
||||
pico-sensor-release:
|
||||
stage: release
|
||||
|
||||
Reference in New Issue
Block a user