mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
travis: fix windows
This commit is contained in:
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
Block a user