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

[skip ci] ci removed ubuntu 16.04

parent 48f67630
No related branches found
No related tags found
2 merge requests!3After cmake and const refactor,!1new release
...@@ -140,11 +140,8 @@ stages: ...@@ -140,11 +140,8 @@ stages:
############ LICENSE HEADERS ############ ############ LICENSE HEADERS ############
license_headers: license_headers:
stage: license stage: license
image: labrobotica/wolf_deps_ros:16.04 image: labrobotica/wolf_deps_ros:20.04
cache: cache: []
- key: wolf-xenial
paths:
- ci_deps/wolf/
except: except:
- master - master
before_script: before_script:
...@@ -153,32 +150,6 @@ license_headers: ...@@ -153,32 +150,6 @@ license_headers:
script: script:
- *license_header_definition - *license_header_definition
############ UBUNTU 16.04 TEST ############
build_and_test:xenial:
stage: build_and_test
image: labrobotica/wolf_deps_ros:16.04
cache:
- key: wolf-xenial
paths:
- ci_deps/wolf/
- 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
- ldconfig
script:
- *build_and_test_definition
############ UBUNTU 18.04 TEST ############ ############ UBUNTU 18.04 TEST ############
build_and_test:bionic: build_and_test:bionic:
stage: build_and_test stage: build_and_test
......
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