diff options
| author | 2018-06-04 10:57:18 -0500 | |
|---|---|---|
| committer | 2018-06-04 10:57:18 -0500 | |
| commit | 5c82400ef8743463d0f3a1ea14de877f2a042aed (patch) | |
| tree | 4c0d5021d703d2e119552473f9c69168f55d0449 | |
| parent | Merge pull request #499 from bunnei/am-stuff (diff) | |
| download | yuzu-5c82400ef8743463d0f3a1ea14de877f2a042aed.tar.gz yuzu-5c82400ef8743463d0f3a1ea14de877f2a042aed.tar.xz yuzu-5c82400ef8743463d0f3a1ea14de877f2a042aed.zip | |
Port citra #3616
| -rw-r--r-- | appveyor.yml | 2 |
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: | |||
| 53 | # https://www.appveyor.com/docs/build-phase | 53 | # https://www.appveyor.com/docs/build-phase |
| 54 | msbuild msvc_build/yuzu.sln /maxcpucount /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" | 54 | msbuild msvc_build/yuzu.sln /maxcpucount /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" |
| 55 | } else { | 55 | } else { |
| 56 | C:\msys64\usr\bin\bash.exe -lc 'mingw32-make -C mingw_build/ 2>&1' | 56 | C:\msys64\usr\bin\bash.exe -lc 'mingw32-make -j4 -C mingw_build/ 2>&1' |
| 57 | } | 57 | } |
| 58 | 58 | ||
| 59 | after_build: | 59 | after_build: |