diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-11-18 16:11:09 +0100 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-11-18 16:11:09 +0100 |
| commit | 52e0337a8f280fc0f0a9d6c1e66eeed976ae0561 (patch) | |
| tree | a337319df0aa1e8367f0e3c3fd928ab7f607cc9b /.travis.yml | |
| parent | Add some more command line flags (diff) | |
| download | pygensvm-52e0337a8f280fc0f0a9d6c1e66eeed976ae0561.tar.gz pygensvm-52e0337a8f280fc0f0a9d6c1e66eeed976ae0561.zip | |
Let's try again with cyg-get
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml index cb18ae6..1e5286e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,15 +32,15 @@ matrix: - os: windows language: shell before_install: - - choco install python3 --version 3.6.8 --no-progress -y + #- choco install python3 --version 3.6.8 --no-progress -y #- choco install git - - choco install cygwin --no-progress -y + #- choco install cygwin --no-progress -y - choco install cyg-get --no-progress -y - dir /c/tools - dir /c/tools/cygwin - - /c/tools/cygwin/cygwinsetup.exe -v -B -P lapack-3.8.0-1,openblas-0.3.7-1 - #- /c/ProgramData/chocolatey/bin/cyg-get.bat lapack-3.8.0-1 - #openblas-0.3.7-1 + #- /c/tools/cygwin/cygwinsetup.exe -v -B -P + #lapack-3.8.0-1,openblas-0.3.7-1 + - /c/ProgramData/chocolatey/bin/cyg-get.bat 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 |
