summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Rowe <jroweboy@gmail.com>2018-06-04 18:04:18 +0200
committerGitHub <noreply@github.com>2018-06-04 18:04:18 +0200
commitd16f83fda352714e20d023e65467a907fc67bee5 (patch)
tree4c0d5021d703d2e119552473f9c69168f55d0449
parentMerge pull request #499 from bunnei/am-stuff (diff)
parentPort citra #3616 (diff)
downloadyuzu-d16f83fda352714e20d023e65467a907fc67bee5.tar
yuzu-d16f83fda352714e20d023e65467a907fc67bee5.tar.gz
yuzu-d16f83fda352714e20d023e65467a907fc67bee5.tar.bz2
yuzu-d16f83fda352714e20d023e65467a907fc67bee5.tar.lz
yuzu-d16f83fda352714e20d023e65467a907fc67bee5.tar.xz
yuzu-d16f83fda352714e20d023e65467a907fc67bee5.tar.zst
yuzu-d16f83fda352714e20d023e65467a907fc67bee5.zip
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 72cda26a7..4f928adb5 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -53,7 +53,7 @@ build_script:
# https://www.appveyor.com/docs/build-phase
msbuild msvc_build/yuzu.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: