travis: use ./ on windows

pull/1977/head
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
1 changed files with 3 additions and 3 deletions

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