mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
Travis: make V compile itself on Windows
This commit is contained in:
parent
20dbe0f3a7
commit
9cad88bdb8
@ -37,6 +37,8 @@ script:
|
||||
if [[ "${TRAVIS_OS_NAME}" == "windows" ]]; then
|
||||
echo "Running make.bat..."
|
||||
./make.bat
|
||||
v.exe -o v2.exe compiler
|
||||
v2.exe -o v3.exe compiler
|
||||
fi
|
||||
- |
|
||||
if [[ "${TRAVIS_OS_NAME}" != "windows" ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user