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:
parent
682eedce59
commit
05d4e8e2e8
@ -42,7 +42,13 @@ script:
|
||||
git clone --depth=1 https://github.com/ubawurinna/freetype-windows-binaries thirdparty/freetype/
|
||||
echo "Just running ./make.bat to produce v.exe"
|
||||
./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 v2.exe
|
||||
ls -la v3.exe
|
||||
ls -la v4.exe
|
||||
echo "Running v test v..."
|
||||
./v.exe test v
|
||||
echo "Running v -os msvc test v..."
|
||||
|
Loading…
Reference in New Issue
Block a user