Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thalia
concrexit
Commits
76303735
Unverified
Commit
76303735
authored
Feb 03, 2017
by
Thom Wiggers
📐
Browse files
Build the docs in CI
test for errors or warnings
parent
8e4afe22
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
76303735
...
...
@@ -38,6 +38,17 @@ python35:
variables
:
PYTHON_VERSION
:
py35
docs
:
image
:
python:3.5
before_script
:
# install django deps
-
pip install -r requirements.txt
-
cd docs
# install doc deps
-
pip install -r requirements.txt
script
:
-
test -z "$(env -u GITLAB_CI make html | egrep -w 'SEVERE:|ERROR:')"
cache
:
key
:
"
$CI_BUILD_NAME"
paths
:
...
...
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