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

Merge branch 'devel' of...

Merge branch 'devel' of ssh://git@gitlab.iri.upc.edu:2202/mobile_robotics/wolf_projects/wolf_lib/plugins/imu.git into devel
parents 5ff6d3d7 5f7debb9
No related branches found
No related tags found
2 merge requests!39release after RAL,!38After 2nd RAL submission
...@@ -66,6 +66,7 @@ stages: ...@@ -66,6 +66,7 @@ stages:
- if [ -d wolf ]; then - if [ -d wolf ]; then
- echo "directory wolf exists" - echo "directory wolf exists"
- cd wolf - cd wolf
- git checkout devel
- git pull - git pull
- git checkout $WOLF_CORE_BRANCH - git checkout $WOLF_CORE_BRANCH
- else - else
...@@ -135,3 +136,19 @@ build_and_test:bionic: ...@@ -135,3 +136,19 @@ build_and_test:bionic:
- *install_wolf_definition - *install_wolf_definition
script: script:
- *build_and_test_definition - *build_and_test_definition
############ UBUNTU 20.04 TESTS ############
build_and_test:focal:
stage: build_and_test
image: labrobotica/wolf_deps:20.04
cache:
- key: wolf-focal
paths:
- ci_deps/wolf/
except:
- master
before_script:
- *preliminaries_definition
- *install_wolf_definition
script:
- *build_and_test_definition
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