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

Merge branch 'RemoveWindows' into 'master'

Remove windows CI

See merge request !339
parents a892311d e4c123d5
Branches
Tags release/0.2.2
1 merge request!339Remove windows CI
Pipeline #54297 passed with stages
in 17 minutes and 53 seconds
...@@ -84,21 +84,21 @@ latest-python: ...@@ -84,21 +84,21 @@ latest-python:
# 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)
- source /cygdrive/c/Users/build/Miniconda3/Scripts/activate # - source /cygdrive/c/Users/build/Miniconda3/Scripts/activate
- source activate pystencils # - source activate pystencils
- pip install joblib # - pip install joblib
- pip list # - pip list
- python -c "import numpy" # - python -c "import numpy"
- py.test -v -m "not (notebook or longrun)" # - py.test -v -m "not (notebook or longrun)"
ubuntu: ubuntu:
stage: test stage: test
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment