Skip to content
Snippets Groups Projects
Commit 973a050b authored by Idril-Tadzio Geer Cousté's avatar Idril-Tadzio Geer Cousté
Browse files

Merge branch 'devel' into processor_imu2d_slope

parents 887367e6 e7b55181
No related branches found
No related tags found
2 merge requests!43imu2d,!42Merge imu2d
...@@ -92,9 +92,9 @@ stages: ...@@ -92,9 +92,9 @@ stages:
############ LICENSE HEADERS ############ ############ LICENSE HEADERS ############
license_headers: license_headers:
stage: license stage: license
image: labrobotica/wolf_deps:16.04 image: labrobotica/wolf_deps:20.04
cache: cache:
- key: wolf-xenial - key: wolf-focal
paths: paths:
- ci_deps/wolf/ - ci_deps/wolf/
except: except:
...@@ -105,22 +105,6 @@ license_headers: ...@@ -105,22 +105,6 @@ license_headers:
script: script:
- *license_header_definition - *license_header_definition
############ UBUNTU 16.04 TESTS ############
build_and_test:xenial:
stage: build_and_test
image: labrobotica/wolf_deps:16.04
cache:
- key: wolf-xenial
paths:
- ci_deps/wolf/
except:
- master
before_script:
- *preliminaries_definition
- *install_wolf_definition
script:
- *build_and_test_definition
############ UBUNTU 18.04 TESTS ############ ############ UBUNTU 18.04 TESTS ############
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