1
0
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:
Alexander Medvednikov 2019-07-21 21:08:29 +02:00 committed by GitHub
parent e11c23a817
commit 0875e93716
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
- |