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

bootstrap: single make.bat, default msvc option for forcing gcc

This commit is contained in:
Emily Hudson
2019-08-29 22:13:53 +01:00
committed by Alexander Medvednikov
parent b17bf5843c
commit 7fc899dfd6
4 changed files with 84 additions and 73 deletions

View File

@@ -46,8 +46,8 @@ script:
./v.exe test v
##echo "Running only the repl tests directly"
##./v.exe ./compiler/tests/repl/repl_test.v
echo "Testing msvc bootstrapping"
./make_msvc.bat
echo "Testing gcc bootstrapping"
./make.bat -gcc
fi
- |
if [[ "${TRAVIS_OS_NAME}" != "windows" ]]; then