Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
wolf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mobile_robotics
wolf_projects
wolf_lib
wolf
Merge requests
!427
Resolve "Wolf license"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Wolf license"
198-wolf-license
into
devel
Overview
0
Commits
66
Pipelines
61
Changes
1
Merged
Joan Vallvé Navarro
requested to merge
198-wolf-license
into
devel
3 years ago
Overview
0
Commits
66
Pipelines
61
Changes
1
Expand
Closes
#198 (closed)
Closes
#415 (closed)
Edited
3 years ago
by
Joan Vallvé Navarro
0
0
Merge request reports
Viewing commit
09e03bea
Prev
Next
Show latest version
1 file
+
44
−
2
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
09e03bea
Merge remote-tracking branch 'origin/devel' into 415-solverceres-more-parameters
· 09e03bea
Joan Vallvé Navarro
authored
3 years ago
.gitlab-ci.yml
+
44
−
2
Options
@@ -29,8 +29,50 @@ build_and_test:bionic:
@@ -29,8 +29,50 @@ build_and_test:bionic:
script
:
script
:
-
*build_and_test_definition
-
*build_and_test_definition
deploy
:
deploy
_imu
:
stage
:
deploy
stage
:
deploy
variables
:
variables
:
WOLF_CORE_BRANCH
:
$CI_COMMIT_BRANCH
WOLF_CORE_BRANCH
:
$CI_COMMIT_BRANCH
trigger
:
mobile_robotics/wolf_projects/wolf_lib/plugins/imu
trigger
:
\ No newline at end of file
project
:
mobile_robotics/wolf_projects/wolf_lib/plugins/imu
strategy
:
depend
deploy_gnss
:
stage
:
deploy
variables
:
WOLF_CORE_BRANCH
:
$CI_COMMIT_BRANCH
trigger
:
project
:
mobile_robotics/wolf_projects/wolf_lib/plugins/gnss
strategy
:
depend
deploy_vision
:
stage
:
deploy
variables
:
WOLF_CORE_BRANCH
:
$CI_COMMIT_BRANCH
trigger
:
project
:
mobile_robotics/wolf_projects/wolf_lib/plugins/vision
strategy
:
depend
deploy_laser
:
stage
:
deploy
variables
:
WOLF_CORE_BRANCH
:
$CI_COMMIT_BRANCH
trigger
:
project
:
mobile_robotics/wolf_projects/wolf_lib/plugins/laser
strategy
:
depend
deploy_apriltag
:
stage
:
deploy
variables
:
WOLF_CORE_BRANCH
:
$CI_COMMIT_BRANCH
trigger
:
project
:
mobile_robotics/wolf_projects/wolf_lib/plugins/apriltag
strategy
:
depend
deploy_bodydynamics
:
stage
:
deploy
variables
:
WOLF_CORE_BRANCH
:
$CI_COMMIT_BRANCH
trigger
:
project
:
mobile_robotics/wolf_projects/wolf_lib/plugins/bodydynamics
strategy
:
depend
\ No newline at end of file
Loading