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

CI: image with 20.04 and solved small bug

parent c1af4f6f
No related branches found
No related tags found
2 merge requests!28release after RAL,!27After 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
...@@ -164,3 +165,24 @@ build_and_test:bionic: ...@@ -164,3 +165,24 @@ build_and_test:bionic:
- ldconfig # update links (shared libraries) - ldconfig # update links (shared libraries)
script: script:
- *build_and_test_definition - *build_and_test_definition
############ UBUNTU 20.04 TESTS ############
build_and_test:focal:
image: labrobotica/wolf_deps:20.04
stage: build_and_test
cache:
- key: wolf-focal
paths:
- ci_deps/wolf/
- key: gnssutils-focal
paths:
- ci_deps/gnss_utils/
except:
- master
before_script:
- *preliminaries_definition
- *install_wolf_definition
- *install_gnssutils_definition
- ldconfig # update links (shared libraries)
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