1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

compiler: bootstrap with MSVC

Add make_msvc.bat to bootstrap with msvc and test it with travis
This commit is contained in:
Emily Hudson
2019-08-13 20:04:20 +00:00
committed by Alexander Medvednikov
parent a0c8fa5bbc
commit f52c68a510
3 changed files with 64 additions and 5 deletions

View File

@@ -39,6 +39,8 @@ script:
- |
if [[ "${TRAVIS_OS_NAME}" == "windows" ]]; then
choco install openssl.light
echo "Testing msvc bootstrapping"
./make_msvc.bat
echo "Running make_tests.bat..."
./make_tests.bat
fi