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:

committed by
Alexander Medvednikov

parent
a0c8fa5bbc
commit
f52c68a510
@@ -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
|
||||
|
Reference in New Issue
Block a user