From b0fc07701b877fe75b0c1b8ba3f6becc267392ea Mon Sep 17 00:00:00 2001 From: Your Name <stephan.seitz@fau.de> Date: Tue, 3 Sep 2019 16:00:22 +0200 Subject: [PATCH] Deactivate conda/ubuntu-minimal for now --- .gitlab-ci.yml | 72 +++++++++++++++++++++++++------------------------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b686f9f..b3b8627 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,43 +20,43 @@ windows: - test-report - htmlcov -ubuntu: - stage: test - except: - variables: - - $ENABLE_NIGHTLY_BUILDS - image: i10git.cs.fau.de:5005/pycodegen/pycodegen/minimal_ubuntu - script: - - apt install -y ninja-build - - python3 -m pip install -e . - - python3 setup.py test - tags: - - docker - - cuda - artifacts: - when: always - paths: - - test-report - - htmlcov +#ubuntu: + #stage: test + #except: + #variables: + #- $ENABLE_NIGHTLY_BUILDS + #image: i10git.cs.fau.de:5005/pycodegen/pycodegen/minimal_ubuntu + #script: + #- apt install -y ninja-build + #- python3 -m pip install -e . + #- python3 setup.py test + #tags: + #- docker + #- cuda + #artifacts: + #when: always + #paths: + #- test-report + #- htmlcov -conda: - stage: test - except: - variables: - - $ENABLE_NIGHTLY_BUILDS - image: i10git.cs.fau.de:5005/pycodegen/pycodegen/minimal_conda - script: - - apt install -y ninja-build - - conda install pip - - pip install -e . - - python setup.py test - tags: - - docker - artifacts: - when: always - paths: - - test-report - - htmlcov +#conda: + #stage: test + #except: + #variables: + #- $ENABLE_NIGHTLY_BUILDS + #image: i10git.cs.fau.de:5005/pycodegen/pycodegen/minimal_conda + #script: + #- apt install -y ninja-build + #- conda install pip + #- pip install -e . + #- python setup.py test + #tags: + #- docker + #artifacts: + #when: always + #paths: + #- test-report + #- htmlcov full: stage: test -- GitLab