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

Travis: run tests for Windows (#1403)

This commit is contained in:
vitalyster
2019-07-31 20:01:52 +03:00
committed by Alexander Medvednikov
parent 7918a790b4
commit 37a0e6ebef
4 changed files with 6 additions and 31 deletions

View File

@@ -33,11 +33,8 @@ script:
fi
- |
if [[ "${TRAVIS_OS_NAME}" == "windows" ]]; then
echo "Running make.bat..."
./make.bat
./v.exe -debug -o v2.exe compiler
gcc -Ithirdparty/microsoft_craziness -DUNICODE -D_UNICODE .v2.exe.c thirdparty/microsoft_craziness/microsoft_craziness.c -o v2.exe -lole32 -ladvapi32 -loleaut32
./v2.exe -o v3.exe compiler
echo "Running make_tests.bat..."
./make_tests.bat
fi
- |
if [[ "${TRAVIS_OS_NAME}" != "windows" ]]; then