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
Tiago Peixoto
graph-tool
Commits
99440ef3
Commit
99440ef3
authored
Dec 26, 2015
by
Tiago Peixoto
Browse files
Change sphinx build test in amd64
parent
ca9c8318
Pipeline
#86
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
99440ef3
...
...
@@ -49,7 +49,7 @@ job_gcc_py2_amd64:
-
CCACHE_BASEDIR=$PWD make $MAKEOPTS
-
make install
-
export PYTHONPATH=$PWD/install/site-packages
-
cd doc; OMP_NUM_THREADS=1 python2 /usr/bin/sphinx-build -b doctest . build *.rst
-
cd doc; OMP_NUM_THREADS=1 python2 /usr/bin/sphinx-build
2
-b doctest . build *.rst
tags
:
-
amd64
...
...
@@ -60,7 +60,7 @@ job_clang_py2_amd64:
-
CCACHE_BASEDIR=$PWD make $MAKEOPTS
-
make install
-
export PYTHONPATH=$PWD/install/site-packages
-
cd doc; OMP_NUM_THREADS=1 python2 /usr/bin/sphinx-build -b doctest . build *.rst
-
cd doc; OMP_NUM_THREADS=1 python2 /usr/bin/sphinx-build
2
-b doctest . build *.rst
tags
:
-
amd64
...
...
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