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

Add windows build

parent d8f63086
Branches
Tags
No related merge requests found
Pipeline #22249 failed
......@@ -14,3 +14,19 @@ full:
paths:
- 'src/pyronn_torch/pyronn_torch_cpp.so'
- 'dist'
minimal-windows:
stage: test
tags:
- win
script:
- source /cygdrive/c/Users/build/Miniconda3/Scripts/activate
- source activate pystencils_dev
- env
- conda env list
- python -c "import numpy"
- git submodule update --init --recursive
- python setup.py bdist_wheel
artifacts:
paths:
- 'dist'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment