summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorJames Rowe <jroweboy@gmail.com>2018-08-18 19:45:51 +0200
committerGitHub <noreply@github.com>2018-08-18 19:45:51 +0200
commit367feaefa04679b009941054a4bad58aa9ef6b01 (patch)
treee831a0c9b500608265ea0e269eb4fca607562c65 /appveyor.yml
parentMerge pull request #1100 from ogniK5377/missing-pred (diff)
parentPort #3616 from Citra (diff)
downloadyuzu-367feaefa04679b009941054a4bad58aa9ef6b01.tar
yuzu-367feaefa04679b009941054a4bad58aa9ef6b01.tar.gz
yuzu-367feaefa04679b009941054a4bad58aa9ef6b01.tar.bz2
yuzu-367feaefa04679b009941054a4bad58aa9ef6b01.tar.lz
yuzu-367feaefa04679b009941054a4bad58aa9ef6b01.tar.xz
yuzu-367feaefa04679b009941054a4bad58aa9ef6b01.tar.zst
yuzu-367feaefa04679b009941054a4bad58aa9ef6b01.zip
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index a6f12b267..436d98fa1 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: