Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilhem Saurel
hpp-doc
Commits
d4cfe781
Commit
d4cfe781
authored
Nov 18, 2020
by
Guilhem Saurel
Browse files
[CI] run master CI on master branch
parent
452b6bb9
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d4cfe781
...
...
@@ -76,14 +76,14 @@ variables:
master-18.04-build
:
image
:
gitlab.laas.fr:4567/humanoid-path-planner/hpp-doc/master-premade:18.04
only
:
-
future
-
master
<<
:
*build_definition
master-16.04-build
:
image
:
gitlab.laas.fr:4567/humanoid-path-planner/hpp-doc/master-premade:16.04
allow_failure
:
true
only
:
-
future
-
master
<<
:
*build_definition
devel-18.04-build
:
...
...
@@ -104,7 +104,7 @@ master-18.04-test:
dependencies
:
-
master-18.04-build
only
:
-
future
-
master
<<
:
*test_definition
master-16.04-test
:
...
...
@@ -113,7 +113,7 @@ master-16.04-test:
dependencies
:
-
master-16.04-build
only
:
-
future
-
master
<<
:
*test_definition
...
...
@@ -139,7 +139,7 @@ master-18.04-doc:
dependencies
:
-
master-18.04-build
only
:
-
future
-
master
<<
:
*doc_definition
master-16.04-doc
:
...
...
@@ -148,7 +148,7 @@ master-16.04-doc:
dependencies
:
-
master-16.04-build
only
:
-
future
-
master
<<
:
*doc_definition
devel-18.04-doc
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment