diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 59679667f1f0ca8de48a09ca48a67998669e2c6b..8ca4f2830787e9d3e4b8dd6ab4138ee424f53871 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