Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gabriele Buondonno
pinocchio
Commits
c027bfa8
Commit
c027bfa8
authored
Dec 18, 2017
by
Guilhem Saurel
Committed by
jcarpent
Jan 11, 2018
Browse files
[Gitlab-ci] build pages
parent
7929999f
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c027bfa8
...
...
@@ -4,6 +4,7 @@ variables:
GIT_DEPTH
:
"
3"
stages
:
-
pages
-
minimal
-
full
...
...
@@ -26,11 +27,17 @@ build_minimal_14:
<<
:
*build
image
:
eur0c.laas.fr:4567/stack-of-tasks/pinocchio/minimal:14.04
stage
:
minimal
retry
:
2
except
:
-
gh-pages
build_full_14
:
<<
:
*build
image
:
eur0c.laas.fr:4567/stack-of-tasks/pinocchio/full:14.04
stage
:
full
retry
:
2
except
:
-
gh-pages
dependencies
:
-
build_minimal_14
...
...
@@ -38,11 +45,17 @@ build_minimal_16:
<<
:
*build
image
:
eur0c.laas.fr:4567/stack-of-tasks/pinocchio/minimal:16.04
stage
:
minimal
retry
:
2
except
:
-
gh-pages
build_full_16
:
<<
:
*build
image
:
eur0c.laas.fr:4567/stack-of-tasks/pinocchio/full:16.04
stage
:
full
retry
:
2
except
:
-
gh-pages
dependencies
:
-
build_minimal_16
...
...
@@ -50,12 +63,34 @@ build_minimal_zesty:
<<
:
*build
image
:
eur0c.laas.fr:4567/stack-of-tasks/pinocchio/minimal:zesty
stage
:
minimal
retry
:
2
except
:
-
gh-pages
allow_failure
:
true
build_full_zesty
:
<<
:
*build
image
:
eur0c.laas.fr:4567/stack-of-tasks/pinocchio/full:zesty
stage
:
full
retry
:
2
except
:
-
gh-pages
dependencies
:
-
build_minimal_zesty
allow_failure
:
true
pages
:
image
:
ruby:2.3
stage
:
pages
retry
:
2
variables
:
JEKYLL_ENV
:
production
before_script
:
-
gem install jekyll-sitemap
script
:
-
jekyll build -d public
artifacts
:
paths
:
-
public
only
:
-
gh-pages
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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