Skip to content
Snippets Groups Projects
Commit fa2e01f8 authored by Markus Holzer's avatar Markus Holzer
Browse files

Remove windows from CI

parent f438ddd7
No related branches found
No related tags found
1 merge request!148Remove windows from CI
...@@ -113,22 +113,22 @@ latest-python: ...@@ -113,22 +113,22 @@ latest-python:
junit: report.xml junit: report.xml
# Minimal tests in windows environment # Minimal tests in windows environment
minimal-windows: #minimal-windows:
stage: test # stage: test
except: # except:
variables: # variables:
- $ENABLE_NIGHTLY_BUILDS # - $ENABLE_NIGHTLY_BUILDS
tags: # tags:
- win # - win
script: # script:
- export NUM_CORES=$(nproc --all) # - export NUM_CORES=$(nproc --all)
- export MPLBACKEND=Agg # - export MPLBACKEND=Agg
- source /cygdrive/c/Users/build/Miniconda3/Scripts/activate # - source /cygdrive/c/Users/build/Miniconda3/Scripts/activate
- source activate pystencils # - source activate pystencils
- pip install git+https://gitlab-ci-token:${CI_JOB_TOKEN}@i10git.cs.fau.de/pycodegen/pystencils.git@master#egg=pystencils # - pip install git+https://gitlab-ci-token:${CI_JOB_TOKEN}@i10git.cs.fau.de/pycodegen/pystencils.git@master#egg=pystencils
- python -c "import numpy" # - python -c "import numpy"
- pip install sympy==1.9 # - pip install sympy==1.9
- py.test -v -m "not (notebook or longrun)" # - py.test -v -m "not (notebook or longrun)"
minimal-sympy-master: minimal-sympy-master:
stage: test stage: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment