Skip to content
Snippets Groups Projects

Resolve "Wolf license"

Merged Joan Vallvé Navarro requested to merge 198-wolf-license into devel
1 file
+ 13
1
Compare changes
  • Side-by-side
  • Inline
+ 13
1
@@ -9,7 +9,12 @@
@@ -9,7 +9,12 @@
- ../bin/hello_wolf_autoconf
- ../bin/hello_wolf_autoconf
- make install
- make install
 
stages:
 
- build_and_test
 
- deploy
 
build_and_test:xenial:
build_and_test:xenial:
 
stage: build_and_test
image: labrobotica/wolf_deps:16.04
image: labrobotica/wolf_deps:16.04
except:
except:
- master
- master
@@ -17,8 +22,15 @@ build_and_test:xenial:
@@ -17,8 +22,15 @@ build_and_test:xenial:
- *build_and_test_definition
- *build_and_test_definition
build_and_test:bionic:
build_and_test:bionic:
 
stage: build_and_test
image: labrobotica/wolf_deps:18.04
image: labrobotica/wolf_deps:18.04
except:
except:
- master
- master
script:
script:
- *build_and_test_definition
- *build_and_test_definition
\ No newline at end of file
 
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
Loading