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
espressomd
docker
Commits
45e17cdc
Verified
Commit
45e17cdc
authored
Nov 05, 2019
by
Jean-Noël Grad
Browse files
Fix sphinx path and add test
parent
f692355b
Pipeline
#9984
passed with stages
in 76 minutes and 46 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
45e17cdc
...
...
@@ -163,6 +163,12 @@ test/ubuntu-python3:cuda-9.0:
test/ubuntu-python3:cuda-10.1:
extends
:
.test_template
needs
:
[
"
ubuntu-python3:cuda-10.1:build"
]
script
:
-
git clone --depth=1 --recursive https://github.com/espressomd/espresso
-
cd espresso
-
maintainer/CI/build_cmake.sh
-
cd build
-
make sphinx
test/ubuntu:arm64:
extends
:
-
.test_template
...
...
docker/ubuntu-python3/Dockerfile-cuda-10.1
View file @
45e17cdc
...
...
@@ -54,5 +54,6 @@ RUN tlmgr init-usertree \
# install Python3 packages locally
RUN pip3 install --user --upgrade 'sphinx>=2.0,!=2.1.0' sphinxcontrib-bibtex 'MDAnalysis==0.16' 'pint>=0.9'
ENV PATH="/home/espresso/.local/bin:${PATH}"
WORKDIR /home/espresso
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