Skip to content
Snippets Groups Projects
Commit 1fd2dbe4 authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

Update .gitlab-ci.yml file

parent 93d52d0f
No related branches found
No related tags found
No related merge requests found
Pipeline #8484 failed
......@@ -9,19 +9,19 @@ stages: # List of stages for jobs, and their order of execution
- ./install_wolf.sh -a -f y -c y -d . -w .
.script_test_template: &script_test_definition
- cd wolf/wolf
- cd wolf/wolf/build
- ctest -j$(nproc)
- cd ../imu
- cd ../../imu/build
- ctest -j$(nproc)
- cd ../gnss
- cd ../../gnss/build
- ctest -j$(nproc)
- cd ../laser
- cd ../../laser/build
- ctest -j$(nproc)
- cd ../vision
- cd ../../vision/build
- ctest -j$(nproc)
- cd ../apriltag
- cd ../../apriltag/build
- ctest -j$(nproc)
- cd ../bodydynamics
- cd ../../bodydynamics/build
- ctest -j$(nproc)
############ JOBS ############
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment