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

travis: use ./ on windows

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

View File

@ -42,9 +42,9 @@ 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
./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