Skip to content
Snippets Groups Projects

Resolve "SolverCeres: more parameters"

Closed Joan Vallvé Navarro requested to merge 415-solverceres-more-parameters into devel
1 file
+ 7
1
Compare changes
  • Side-by-side
  • Inline
+ 7
1
@@ -12,6 +12,7 @@
stages:
- build_and_test
- deploy
- final
build_and_test:xenial:
stage: build_and_test
@@ -75,4 +76,9 @@ deploy_bodydynamics:
WOLF_CORE_BRANCH: $CI_COMMIT_BRANCH
trigger:
project: mobile_robotics/wolf_projects/wolf_lib/plugins/bodydynamics
strategy: depend
\ No newline at end of file
strategy: depend
final_all:
stage: final
script:
- echo "ALL PLUGINS JOBS SUCCEED"
\ No newline at end of file
Loading