CI(pico-sensor): tunnel ID can now be set directly in the pipeline

This commit is contained in:
SylvanArnold
2025-06-04 09:48:11 +02:00
parent 1d05424721
commit 2a5b481d66
2 changed files with 14 additions and 3 deletions

View File

@@ -23,9 +23,11 @@ pico-sensor-docker-build:
pico-sensor-test:
stage: test
image: registry.forge.hefr.ch/team-raclette/project-softweng/pico-sensor:latest
variables:
TUNNEL_ID: "801000372" # Tunnel ID to reach the pico-sensor device
script:
- cd pico-sensor
- cmake --preset Test
- cmake --preset Test -DTUNNEL_ID=$TUNNEL_ID
- cmake --build --preset app-test
- cd build/Test
- ctest -T test --output-on-failure --output-junit test-results.xml -R ^DUMMY$