From a76a2db0a85224b0183ed4fd2f9ac8cf580b450c Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Wed, 20 Nov 2019 12:05:11 +0000 Subject: Attempt to install directly using cygwin setup Also using 32 bit, to try if that works. --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 71507a5..7b6ebcd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,10 +36,9 @@ matrix: #- 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 + - /c/tools/cygwin/cygwinsetup.exe --root /c/tools/cygwin --local-package-dir /c/tools/cygwin/packages -d -n -f -q -v -B -P mingw64-i686-lapack + #- /c/ProgramData/chocolatey/bin/cyg-get.bat -debug #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" -- cgit v1.2.3