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

Merge remote-tracking branch 'origin/devel' into gauss

parents d6d123ed a3261833
No related branches found
No related tags found
3 merge requests!28release after RAL,!27After 2nd RAL submission,!18Gauss
...@@ -92,6 +92,17 @@ before_script: ...@@ -92,6 +92,17 @@ before_script:
- ctest -j$(nproc) - ctest -j$(nproc)
- make install - make install
- cd ../.. - cd ../..
#GNSS Utils
- git clone ssh://git@gitlab.iri.upc.edu:2202/mobile_robotics/gauss_project/gnss_utils.git
- cd gnss_utils
- git submodule update --init
- mkdir -pv build
- cd build
- cmake -DCMAKE_BUILD_TYPE=release -DBUILD_EXAMPLES=ON -DBUILD_TESTS=ON ..
- make -j$(nproc)
- ctest -j$(nproc)
- make install
- cd ../..
wolf_build_and_test: wolf_build_and_test:
stage: build stage: build
......
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