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:

committed by
Alexander Medvednikov

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