mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
Update .travis.yml
This commit is contained in:
parent
e11c23a817
commit
0875e93716
@ -36,11 +36,12 @@ script:
|
||||
- |
|
||||
if [[ "${TRAVIS_OS_NAME}" == "windows" ]]; then
|
||||
#choco install make
|
||||
cp "C:\\ProgramData\\chocolatey\\bin\\gcc.exe" "C:\\ProgramData\\chocolatey\\bin\\cc.exe"
|
||||
#cp "C:\\ProgramData\\chocolatey\\bin\\gcc.exe" "C:\\ProgramData\\chocolatey\\bin\\cc.exe"
|
||||
fi
|
||||
- export VROOT=$(pwd)
|
||||
#- export VROOT=$(pwd)
|
||||
- |
|
||||
if [[ "${TRAVIS_OS_NAME}" == "windows" ]]; then
|
||||
echo "Running make.bat..."
|
||||
./make.bat
|
||||
fi
|
||||
- |
|
||||
|
Loading…
Reference in New Issue
Block a user