appveyor: set jobs to 4 for mingw

This commit is contained in:
Valentin Vanelslande
2018-03-31 16:30:02 -06:00
committed by GitHub
parent fff7227f86
commit b2a28a24d0

View File

@ -55,7 +55,7 @@ build_script:
# https://www.appveyor.com/docs/build-phase
msbuild msvc_build/citra.sln /maxcpucount /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
} else {
C:\msys64\usr\bin\bash.exe -lc 'mingw32-make -C mingw_build/ 2>&1'
C:\msys64\usr\bin\bash.exe -lc 'mingw32-make -j4 -C mingw_build/ 2>&1'
}
after_build: