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

CI: testing triggering imu CI

parent 24cea493
No related branches found
No related tags found
No related merge requests found
Pipeline #7152 passed
......@@ -9,7 +9,12 @@
- ../bin/hello_wolf_autoconf
- make install
stages:
- build_and_test
- deploy
build_and_test:xenial:
stage: build_and_test
image: labrobotica/wolf_deps:16.04
except:
- master
......@@ -17,8 +22,15 @@ build_and_test:xenial:
- *build_and_test_definition
build_and_test:bionic:
stage: build_and_test
image: labrobotica/wolf_deps:18.04
except:
- master
script:
- *build_and_test_definition
\ No newline at end of file
- *build_and_test_definition
deploy:
stage: deploy
variables:
WOLF_CORE_BRANCH: $CI_COMMIT_BRANCH
trigger: mobile_robotics/wolf_projects/wolf_lib/plugins/imu
\ No newline at end of file
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