From 9cad88bdb83aa3564ef5aa97eade1861248d069f Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Sun, 21 Jul 2019 21:17:42 +0200 Subject: [PATCH] Travis: make V compile itself on Windows --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index c4aeae396e..cc46edc16b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,6 +37,8 @@ script: if [[ "${TRAVIS_OS_NAME}" == "windows" ]]; then echo "Running make.bat..." ./make.bat + v.exe -o v2.exe compiler + v2.exe -o v3.exe compiler fi - | if [[ "${TRAVIS_OS_NAME}" != "windows" ]]; then