diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-11-18 16:23:01 +0100 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-11-18 16:23:01 +0100 |
| commit | 24814a4ba19bd99a1334d428b1a02aecd5b9db71 (patch) | |
| tree | c741e8f3890ad9b5e7ba6e8f310f4e1b2cd819f5 /.travis.yml | |
| parent | add debug flag (diff) | |
| download | pygensvm-24814a4ba19bd99a1334d428b1a02aecd5b9db71.tar.gz pygensvm-24814a4ba19bd99a1334d428b1a02aecd5b9db71.zip | |
attempt to copy cyg-get command
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index e4c1b03..d35a46a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,9 +36,9 @@ matrix: #- choco install git #- choco install cygwin --no-progress -y - choco install cyg-get --no-progress -y - #- /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 -debug lapack-3.8.0-1 openblas-0.3.7-1 + - /c/tools/cygwin/cygwinsetup.exe --root /c/tools/cygwin --local-package-dir /c/tools/cygwin/packages -d -n -f -q -v -B -P lapack-3.8.0-1,openblas-0.3.7-1 + #- /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 |
