Skip to content
Snippets Groups Projects
Commit a85c366b authored by Philipp Arras's avatar Philipp Arras
Browse files

Let CI build sphinx

parent a9b49e2f
No related branches found
No related tags found
No related merge requests found
...@@ -51,18 +51,14 @@ test_mpi: ...@@ -51,18 +51,14 @@ test_mpi:
- mpiexec -n 2 --bind-to none pytest-3 -q test - mpiexec -n 2 --bind-to none pytest-3 -q test
pages: pages:
stage: release # FIXME Build only for main branch and set stage to release
before_script: stage: test
- ls
script: script:
- python3 setup.py install --user -f
- sh docs/generate.sh - sh docs/generate.sh
- mv docs/build/ public/ - mv docs/build/ public/
artifacts: artifacts:
paths: paths:
- public - public
only:
- NIFTy_4
before_script: before_script:
- python3 setup.py install --user -f - python3 setup.py install --user -f
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment