From 60d3b366b7e26407a63f5e2e5bd55730b4b28ba5 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Mon, 4 Sep 2017 19:15:35 +0300 Subject: [PATCH] No debug symbols when test Windows build. --HG-- branch : develop --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 5cda80d1c..61fd464c1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -160,7 +160,7 @@ before_build: # to run your custom scripts instead of automatic MSBuild build_script: - cd build - - if "%DEPLOY%" == "true" (qmake ..\Valentina.pro -r CONFIG+=no_ccache CONFIG+=checkWarnings CONFIG+=noWindowsInstaller) else (qmake ..\Valentina.pro -r CONFIG+=noDebugSymbols CONFIG+=no_ccache CONFIG+=checkWarnings) + - if "%DEPLOY%" == "true" (qmake ..\Valentina.pro -r CONFIG+=no_ccache CONFIG+=checkWarnings CONFIG+=noDebugSymbols CONFIG+=noWindowsInstaller) else (qmake ..\Valentina.pro -r CONFIG+=noDebugSymbols CONFIG+=no_ccache CONFIG+=checkWarnings) - if not "%QMAKE_GENERATOR%" == "MinGW Makefiles" (nmake -s) else (mingw32-make -j%NUMBER_OF_PROCESSORS%) # to run your custom scripts instead of automatic tests