summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorValentin Vanelslande <valentinvanelslande0@gmail.com>2018-06-04 17:57:18 +0200
committerGitHub <noreply@github.com>2018-06-04 17:57:18 +0200
commit5c82400ef8743463d0f3a1ea14de877f2a042aed (patch)
tree4c0d5021d703d2e119552473f9c69168f55d0449 /appveyor.yml
parentMerge pull request #499 from bunnei/am-stuff (diff)
downloadyuzu-5c82400ef8743463d0f3a1ea14de877f2a042aed.tar
yuzu-5c82400ef8743463d0f3a1ea14de877f2a042aed.tar.gz
yuzu-5c82400ef8743463d0f3a1ea14de877f2a042aed.tar.bz2
yuzu-5c82400ef8743463d0f3a1ea14de877f2a042aed.tar.lz
yuzu-5c82400ef8743463d0f3a1ea14de877f2a042aed.tar.xz
yuzu-5c82400ef8743463d0f3a1ea14de877f2a042aed.tar.zst
yuzu-5c82400ef8743463d0f3a1ea14de877f2a042aed.zip
Diffstat (limited to '')
-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: