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

Merge branch 'main' of...

Merge branch 'main' of ssh://git@gitlab.iri.upc.edu:2202/mobile_robotics/wolf_projects/wolf_installer.git into main
parents 1a4eaa62 1fd2dbe4
No related branches found
No related tags found
No related merge requests found
Pipeline #8486 canceled
...@@ -9,19 +9,19 @@ stages: # List of stages for jobs, and their order of execution ...@@ -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 . - ./install_wolf.sh -a -f y -c y -d . -w .
.script_test_template: &script_test_definition .script_test_template: &script_test_definition
- cd wolf/wolf - cd wolf/wolf/build
- ctest -j$(nproc) - ctest -j$(nproc)
- cd ../imu - cd ../../imu/build
- ctest -j$(nproc) - ctest -j$(nproc)
- cd ../gnss - cd ../../gnss/build
- ctest -j$(nproc) - ctest -j$(nproc)
- cd ../laser - cd ../../laser/build
- ctest -j$(nproc) - ctest -j$(nproc)
- cd ../vision - cd ../../vision/build
- ctest -j$(nproc) - ctest -j$(nproc)
- cd ../apriltag - cd ../../apriltag/build
- ctest -j$(nproc) - ctest -j$(nproc)
- cd ../bodydynamics - cd ../../bodydynamics/build
- ctest -j$(nproc) - ctest -j$(nproc)
############ JOBS ############ ############ 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