aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2019-11-20 11:57:48 +0000
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2019-11-20 11:57:48 +0000
commitf932b620d73169bf797dd77bbad390b926657ab6 (patch)
tree691ca2253e77323e5ba17374f3cc74972be3f9a1 /.travis.yml
parentExplain cflag for mac (diff)
downloadpygensvm-f932b620d73169bf797dd77bbad390b926657ab6.tar.gz
pygensvm-f932b620d73169bf797dd77bbad390b926657ab6.zip
continue debugging windows build
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml35
1 files changed, 15 insertions, 20 deletions
diff --git a/.travis.yml b/.travis.yml
index b86beee..71507a5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,26 +30,21 @@ matrix:
- PYTHON="python3"
- PIP="pip3"
- CIBW_BEFORE_BUILD="pip install numpy"
-
- # - os: windows
- # language: shell
- # before_install:
- # #- choco install python3 --version 3.6.8 --no-progress -y
- # #- choco install git
- # #- choco install cygwin --no-progress -y
- # - choco install cyg-get --no-progress -y
- # - /c/tools/cygwin/cygwinsetup.exe --root /c/tools/cygwin --local-package-dir /c/tools/cygwin/packages -d -n -f -q -v -B -P lapack,openblas
- # #- /c/ProgramData/chocolatey/bin/cyg-get.bat -debug lapack-3.8.0-1
- # #openblas-0.3.7-1
- # #- choco install cyg-get --no-progress -y
- # env:
- # - PATH=/c/Python36:/c/Python36/Scripts:/c/ProgramData/chocolatey/bin:$PATH
- # - PYTHON="python"
- # - PIP="pip"
- # - CIBW_BEFORE_BUILD="pip install numpy"
-
-env:
- - CIBW_TEST_COMMAND="python -VV && python -m unittest discover -f -s {project}/test
+ - os: windows
+ language: shell
+ before_install:
+ #- choco install python3 --version 3.6.8 --no-progress -y
+ #- choco install git
+ - choco install cyg-get --no-progress -y
+ #- /c/tools/cygwin/cygwinsetup.exe --root /c/tools/cygwin
+ #--local-package-dir /c/tools/cygwin/packages -d -n -f -q -v -B -P
+ #mingw64-x86_64-cblas
+ - /c/ProgramData/chocolatey/bin/cyg-get.bat -debug mingw64-x86_64-cblas
+ env:
+ - PATH=/c/Python36:/c/Python36/Scripts:/c/ProgramData/chocolatey/bin:$PATH
+ - PYTHON="python"
+ - PIP="pip"
+ - CIBW_BEFORE_BUILD="pip install numpy"
env:
global: