Appveyor. Use only one core if build with MinGW.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2017-06-02 14:33:04 +03:00
parent 4461caaf0f
commit d37618ba08

View file

@ -147,7 +147,7 @@ before_build:
build_script:
- cd build
- if "%DEPLOY%" == "true" (qmake ..\Valentina.pro -r CONFIG+=no_ccache CONFIG+=checkWarnings) 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%)
- if not "%QMAKE_GENERATOR%" == "MinGW Makefiles" (nmake -s) else (mingw32-make)
# to run your custom scripts instead of automatic tests
test_script: