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
|
- cd pico-sensor
|
||||||
- cmake --preset Test
|
- cmake --preset Test
|
||||||
- cmake --build --preset app-test
|
- cmake --build --preset app-test
|
||||||
|
- cd build/Test
|
||||||
- ctest --output-on-failure --output-junit test-results.xml
|
- ctest --output-on-failure --output-junit test-results.xml
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- pico-sensor/test-results.xml
|
- pico-sensor/build/Test/test-results.xml
|
||||||
|
|
||||||
pico-sensor-release:
|
pico-sensor-release:
|
||||||
stage: release
|
stage: release
|
||||||
|
|||||||
9
pico-sensor/test-results.xml
Normal file
9
pico-sensor/test-results.xml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<testsuite name="(empty)"
|
||||||
|
tests="0"
|
||||||
|
failures="0"
|
||||||
|
disabled="0"
|
||||||
|
skipped="0"
|
||||||
|
hostname=""
|
||||||
|
time="0"
|
||||||
|
timestamp="2025-06-03T17:23:51"/>
|
||||||
Reference in New Issue
Block a user