mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
travis: make.bat
This commit is contained in:
parent
14a8f3dae3
commit
163cd8576b
@ -39,8 +39,12 @@ script:
|
|||||||
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
|
fi
|
||||||
- export VROOT=$(pwd)
|
- export VROOT=$(pwd)
|
||||||
- make
|
- |
|
||||||
|
if [[ "${TRAVIS_OS_NAME}" == "windows" ]]; then
|
||||||
|
./make.bat
|
||||||
|
fi
|
||||||
- |
|
- |
|
||||||
if [[ "${TRAVIS_OS_NAME}" != "windows" ]]; then
|
if [[ "${TRAVIS_OS_NAME}" != "windows" ]]; then
|
||||||
|
make
|
||||||
make test
|
make test
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user