From 7fa320a5ed9ce64d820744a595f1378f5c606f00 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Thu, 28 Jul 2016 17:03:00 +0300 Subject: [PATCH] Enable automatic tests. Disable "make install". --HG-- branch : develop --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 68cb40945..fc73b0fb2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -153,14 +153,14 @@ build_script: # scripts to run after build after_build: - - if "%QMAKE_GENERATOR%" == "MinGW Makefiles" mingw32-make install + #- if "%QMAKE_GENERATOR%" == "MinGW Makefiles" mingw32-make install # to run your custom scripts instead of automatic tests test_script: - if "%QMAKE_GENERATOR%" == "MinGW Makefiles" (mingw32-make check) # to disable automatic tests -test: off +#test: off matrix: fast_finish: true