travis: fix windows
parent
14bbf766b0
commit
14a8f3dae3
|
@ -35,9 +35,12 @@ script:
|
|||
fi
|
||||
- |
|
||||
if [[ "${TRAVIS_OS_NAME}" == "windows" ]]; then
|
||||
choco install make
|
||||
#choco install make
|
||||
cp "C:\\ProgramData\\chocolatey\\bin\\gcc.exe" "C:\\ProgramData\\chocolatey\\bin\\cc.exe"
|
||||
fi
|
||||
- export VROOT=$(pwd)
|
||||
- make
|
||||
- make test
|
||||
- |
|
||||
if [[ "${TRAVIS_OS_NAME}" != "windows" ]]; then
|
||||
make test
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue