Generate debug symbols because we deploy.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2016-12-27 15:57:33 +02:00
parent 7598855bb8
commit d3056ca893

View File

@ -168,7 +168,7 @@ before_build:
# to run your custom scripts instead of automatic MSBuild
build_script:
- cd build
- qmake ..\Valentina.pro -r CONFIG+=noDebugSymbols CONFIG+=no_ccache CONFIG+=checkWarnings
- qmake ..\Valentina.pro -r 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