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

[skip ci] removed ubuntu 16.04

parent 14b74980
No related branches found
No related tags found
1 merge request!29new tag
......@@ -110,7 +110,7 @@ stages:
############ LICENSE HEADERS ############
license_headers:
stage: license
image: labrobotica/wolf_deps:16.04
image: labrobotica/wolf_deps:20.04
cache:
- key: wolf-xenial
paths:
......@@ -123,27 +123,6 @@ license_headers:
script:
- *license_header_definition
############ UBUNTU 16.04 TESTS ############
build_and_test:xenial:
image: labrobotica/wolf_deps:16.04
stage: build_and_test
cache:
- key: wolf-xenial
paths:
- ci_deps/wolf/
- key: gnssutils-xenial
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
############ UBUNTU 18.04 TESTS ############
build_and_test:bionic:
image: labrobotica/wolf_deps:18.04
......
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