Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
xerus
xerus
Commits
4854fbab
Commit
4854fbab
authored
May 29, 2017
by
Ben Huber
Browse files
build homepage before running tests
parent
3c59d50d
Pipeline
#746
passed with stages
in 8 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
4854fbab
stages
:
-
build_homepage
-
build_gcc
-
test_gcc
-
build_gcc_nocheck
...
...
@@ -6,7 +7,14 @@ stages:
-
build_python
-
build_clang
-
test_clang
-
build_homepage
job_build_homepage
:
stage
:
build_homepage
script
:
"
make
-C
doc
doc;
scp
-rv
doc/html
xerusweb:libxerus.org-443/html"
when
:
always
only
:
-
master
allow_failure
:
true
job_make_gcc
:
stage
:
build_gcc
...
...
@@ -39,10 +47,3 @@ job_test_clang:
stage
:
test_clang
script
:
"
cp
../XerusTest
.;
./XerusTest
all"
job_build_homepage
:
stage
:
build_homepage
script
:
"
make
doc;
scp
-rv
doc/html
xerusweb:libxerus.org-443/html"
when
:
always
only
:
-
master
allow_failure
:
true
Write
Preview
Supports
Markdown
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