From af558fb134da1c816c9296abb1a0b045df20a223 Mon Sep 17 00:00:00 2001 From: Mihai Baltac Date: Wed, 7 Feb 2018 10:44:16 +0100 Subject: [PATCH] documentation genaration setup in CI, testing commented to speedup verification of docs on commit, will uncomment at merge --- .gitlab-ci.yml | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 59679667..8ca4f283 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,9 @@ #image: ubuntu:artful image: debian:testing-slim +# stages: +# - test + variables: DOCKER_DRIVER: overlay @@ -10,6 +13,19 @@ before_script: - pip install --process-dependency-links -r ci/requirements.txt - pip3 install --process-dependency-links -r ci/requirements.txt +# test_min: +# stage: test +# script: +# - pip install --user . +# - pip3 install --user . +# - nosetests -q +# - nosetests3 -q +# - OMP_NUM_THREADS=1 mpiexec --allow-run-as-root -n 4 nosetests -q 2>/dev/null +# - OMP_NUM_THREADS=1 mpiexec --allow-run-as-root -n 4 nosetests3 -q 2>/dev/null +# - nosetests -q --with-coverage --cover-package=nifty4 --cover-branches --cover-erase +# - > +# coverage report | grep TOTAL | awk '{ print "TOTAL: "$6; }' + pages: script: - pip install sphinx @@ -22,8 +38,4 @@ pages: paths: - public only: - - experiment_sphinx_gitlabpages - - - - + - nifty_documentation \ No newline at end of file -- GitLab