From bc1629528e751843105b27d2b1c8207c4861a3a8 Mon Sep 17 00:00:00 2001 From: Stephan Seitz <stephan.seitz@fau.de> Date: Wed, 26 Feb 2020 16:10:26 +0100 Subject: [PATCH] Add windows build --- .gitlab-ci.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f9921c5..2374809 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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' -- GitLab