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

Update .gitlab-ci.yml file

parent e4e082d3
No related branches found
No related tags found
2 merge requests!3After cmake and const refactor,!1new release
......@@ -151,11 +151,15 @@ build_and_test:xenial:
- key: gnssutils-xenial
paths:
- ci_deps/gnss_utils/
- key: gnss-xenial
paths:
- ci_deps/gnss/
except:
- master
before_script:
- *preliminaries_definition
- *install_wolf_definition
- *install_gnssutils_definition
- *install_wolfgnss_definition
- *clone_wolfrosnode_definition
script:
......@@ -172,11 +176,15 @@ build_and_test:bionic:
- key: gnssutils-bionic
paths:
- ci_deps/gnss_utils/
- key: gnss-bionic
paths:
- ci_deps/gnss/
except:
- master
before_script:
- *preliminaries_definition
- *install_wolf_definition
- *install_gnssutils_definition
- *install_wolfgnss_definition
- *clone_wolfrosnode_definition
script:
......
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