diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b686f9fe342a4305e963da75f4efb9a48e3b7929..b3b86273e8052afb5b6deddcb795f46ab65d8c7c 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