From 05d4e8e2e8642fe14c06e2c159dfe72c5358259d Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Sat, 14 Sep 2019 18:37:48 +0300 Subject: [PATCH] travis: build V 4 times on Windows --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 817ddcda7f..809a1bf3ea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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..."