Skip to content
Snippets Groups Projects
Commit b0fc0770 authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Deactivate conda/ubuntu-minimal for now

parent e9f0379d
No related branches found
No related tags found
No related merge requests found
Pipeline #17744 failed
...@@ -20,43 +20,43 @@ windows: ...@@ -20,43 +20,43 @@ windows:
- test-report - test-report
- htmlcov - htmlcov
ubuntu: #ubuntu:
stage: test #stage: test
except: #except:
variables: #variables:
- $ENABLE_NIGHTLY_BUILDS #- $ENABLE_NIGHTLY_BUILDS
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/minimal_ubuntu #image: i10git.cs.fau.de:5005/pycodegen/pycodegen/minimal_ubuntu
script: #script:
- apt install -y ninja-build #- apt install -y ninja-build
- python3 -m pip install -e . #- python3 -m pip install -e .
- python3 setup.py test #- python3 setup.py test
tags: #tags:
- docker #- docker
- cuda #- cuda
artifacts: #artifacts:
when: always #when: always
paths: #paths:
- test-report #- test-report
- htmlcov #- htmlcov
conda: #conda:
stage: test #stage: test
except: #except:
variables: #variables:
- $ENABLE_NIGHTLY_BUILDS #- $ENABLE_NIGHTLY_BUILDS
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/minimal_conda #image: i10git.cs.fau.de:5005/pycodegen/pycodegen/minimal_conda
script: #script:
- apt install -y ninja-build #- apt install -y ninja-build
- conda install pip #- conda install pip
- pip install -e . #- pip install -e .
- python setup.py test #- python setup.py test
tags: #tags:
- docker #- docker
artifacts: #artifacts:
when: always #when: always
paths: #paths:
- test-report #- test-report
- htmlcov #- htmlcov
full: full:
stage: test stage: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment