summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfearlessTobi <thm.frey@gmail.com>2018-07-26 15:55:23 +0200
committerfearlessTobi <thm.frey@gmail.com>2018-07-26 15:55:23 +0200
commited8b2a0254798e2a30d82017e932fd43632c7ac5 (patch)
treedfb8ceda31a3ac62de4bb3dbf918c8cc8be043c1
parentMerge pull request #827 from lioncash/log (diff)
downloadyuzu-ed8b2a0254798e2a30d82017e932fd43632c7ac5.tar
yuzu-ed8b2a0254798e2a30d82017e932fd43632c7ac5.tar.gz
yuzu-ed8b2a0254798e2a30d82017e932fd43632c7ac5.tar.bz2
yuzu-ed8b2a0254798e2a30d82017e932fd43632c7ac5.tar.lz
yuzu-ed8b2a0254798e2a30d82017e932fd43632c7ac5.tar.xz
yuzu-ed8b2a0254798e2a30d82017e932fd43632c7ac5.tar.zst
yuzu-ed8b2a0254798e2a30d82017e932fd43632c7ac5.zip
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 17d1b5fee..1e1e63ad7 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: