diff options
author | fearlessTobi <thm.frey@gmail.com> | 2018-07-26 15:55:23 +0200 |
---|---|---|
committer | fearlessTobi <thm.frey@gmail.com> | 2018-07-26 15:55:23 +0200 |
commit | ed8b2a0254798e2a30d82017e932fd43632c7ac5 (patch) | |
tree | dfb8ceda31a3ac62de4bb3dbf918c8cc8be043c1 | |
parent | Merge pull request #827 from lioncash/log (diff) | |
download | yuzu-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.yml | 2 |
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: |