Enable automatic tests. Disable "make install".

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2016-07-28 17:03:00 +03:00
parent 8553beacf2
commit 7fa320a5ed

View file

@ -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