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

travis: build V 4 times on Windows

This commit is contained in:
Alexander Medvednikov 2019-09-14 18:37:48 +03:00 committed by GitHub
parent 682eedce59
commit 05d4e8e2e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,13 @@ script:
git clone --depth=1 https://github.com/ubawurinna/freetype-windows-binaries thirdparty/freetype/ git clone --depth=1 https://github.com/ubawurinna/freetype-windows-binaries thirdparty/freetype/
echo "Just running ./make.bat to produce v.exe" echo "Just running ./make.bat to produce v.exe"
./make.bat ./make.bat
v.exe -o v2.exe compiler
v2.exe -o v3.exe compiler
v3.exe -o v4.exe compiler
ls -la v.exe ls -la v.exe
ls -la v2.exe
ls -la v3.exe
ls -la v4.exe
echo "Running v test v..." echo "Running v test v..."
./v.exe test v ./v.exe test v
echo "Running v -os msvc test v..." echo "Running v -os msvc test v..."