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

[skip ci] small changes in ci_templates

parent 42f0ccef
No related branches found
No related tags found
1 merge request!448Draft: Resolve "Implementation of new nodes creation"
Pipeline #19754 failed
.install_wolf_script: .install_wolf_script:
- cd ${CI_PROJECT_DIR}
# create 'ci_deps' folder (if not exists)
- mkdir -pv ci_deps
# clone or pull
- cd ${CI_PROJECT_DIR}/ci_deps - cd ${CI_PROJECT_DIR}/ci_deps
- if [ -d wolf ]; then - if [ -d wolf ]; then
- echo "directory wolf exists" - echo "directory wolf exists"
...@@ -10,6 +16,8 @@ ...@@ -10,6 +16,8 @@
- git clone -b $WOLF_CORE_BRANCH ssh://git@gitlab.iri.upc.edu:2202/mobile_robotics/wolf_projects/wolf_lib/wolf.git - git clone -b $WOLF_CORE_BRANCH ssh://git@gitlab.iri.upc.edu:2202/mobile_robotics/wolf_projects/wolf_lib/wolf.git
- cd wolf - cd wolf
- fi - fi
# build and install
- mkdir -pv build - mkdir -pv build
- cd build - cd build
- cmake -DCMAKE_BUILD_TYPE=release -DBUILD_DEMOS=OFF -DBUILD_TESTS=OFF .. - cmake -DCMAKE_BUILD_TYPE=release -DBUILD_DEMOS=OFF -DBUILD_TESTS=OFF ..
......
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