Travis: make V compile itself on Windows

pull/1195/head
Alexander Medvednikov 2019-07-21 21:17:42 +02:00 committed by GitHub
parent 20dbe0f3a7
commit 9cad88bdb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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