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

CI: using variable WOLF_CORE_BRANCH

parent fc0547f6
No related branches found
No related tags found
1 merge request!24After 2nd RAL submission
......@@ -26,9 +26,11 @@
- echo "directory wolf exists"
- cd wolf
- git pull
- git checkout $WOLF_CORE_BRANCH
- else
- git clone ssh://git@gitlab.iri.upc.edu:2202/mobile_robotics/wolf_projects/wolf_lib/wolf.git
- cd wolf
- git checkout $WOLF_CORE_BRANCH
- fi
- mkdir -pv build
- cd build
......@@ -64,7 +66,7 @@
- make install
############ UBUNTU 16.04 TESTS ############
wolf_build_and_test_none:xenial:
build_and_test:xenial:
image: labrobotica/wolf_vision_deps:16.04
cache:
- key: wolf-xenial
......@@ -84,7 +86,7 @@ wolf_build_and_test_none:xenial:
- *build_and_test_definition
############ UBUNTU 18.04 TESTS ############
wolf_build_and_test_none:bionic:
build_and_test:bionic:
image: labrobotica/wolf_vision_deps:18.04
cache:
- key: wolf-bionic
......
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