From f4fa81735d6d3f82745627da75b677aa16403883 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Sat, 14 Sep 2019 18:39:04 +0300 Subject: [PATCH] travis: use ./ on windows --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 809a1bf3ea..81e927b1c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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