diff options
| author | 2023-10-04 13:11:05 -0400 | |
|---|---|---|
| committer | 2023-10-08 11:35:53 -0400 | |
| commit | d3997bad9b84579938d8cdb44b1d17cfab7bbcce (patch) | |
| tree | 4a9128e8ba93d3963ce37b65efd2a940776cae3c /.ci | |
| parent | Merge pull request #11657 from liamwhite/new-codespell (diff) | |
| download | yuzu-d3997bad9b84579938d8cdb44b1d17cfab7bbcce.tar.gz yuzu-d3997bad9b84579938d8cdb44b1d17cfab7bbcce.tar.xz yuzu-d3997bad9b84579938d8cdb44b1d17cfab7bbcce.zip | |
qt: implement automatic crash dump support
Diffstat (limited to '.ci')
| -rwxr-xr-x | .ci/scripts/clang/docker.sh | 1 | ||||
| -rwxr-xr-x | .ci/scripts/linux/docker.sh | 1 | ||||
| -rwxr-xr-x | .ci/scripts/windows/docker.sh | 1 |
3 files changed, 2 insertions, 1 deletions
diff --git a/.ci/scripts/clang/docker.sh b/.ci/scripts/clang/docker.sh index 51769545e..f878e24e1 100755 --- a/.ci/scripts/clang/docker.sh +++ b/.ci/scripts/clang/docker.sh | |||
| @@ -19,6 +19,7 @@ cmake .. \ | |||
| 19 | -DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON \ | 19 | -DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON \ |
| 20 | -DENABLE_QT_TRANSLATION=ON \ | 20 | -DENABLE_QT_TRANSLATION=ON \ |
| 21 | -DUSE_DISCORD_PRESENCE=ON \ | 21 | -DUSE_DISCORD_PRESENCE=ON \ |
| 22 | -DYUZU_CRASH_DUMPS=ON \ | ||
| 22 | -DYUZU_ENABLE_COMPATIBILITY_REPORTING=${ENABLE_COMPATIBILITY_REPORTING:-"OFF"} \ | 23 | -DYUZU_ENABLE_COMPATIBILITY_REPORTING=${ENABLE_COMPATIBILITY_REPORTING:-"OFF"} \ |
| 23 | -DYUZU_USE_BUNDLED_FFMPEG=ON \ | 24 | -DYUZU_USE_BUNDLED_FFMPEG=ON \ |
| 24 | -GNinja | 25 | -GNinja |
diff --git a/.ci/scripts/linux/docker.sh b/.ci/scripts/linux/docker.sh index e5d83d4b9..4b0193565 100755 --- a/.ci/scripts/linux/docker.sh +++ b/.ci/scripts/linux/docker.sh | |||
| @@ -23,6 +23,7 @@ cmake .. \ | |||
| 23 | -DYUZU_ENABLE_COMPATIBILITY_REPORTING=${ENABLE_COMPATIBILITY_REPORTING:-"OFF"} \ | 23 | -DYUZU_ENABLE_COMPATIBILITY_REPORTING=${ENABLE_COMPATIBILITY_REPORTING:-"OFF"} \ |
| 24 | -DYUZU_USE_BUNDLED_FFMPEG=ON \ | 24 | -DYUZU_USE_BUNDLED_FFMPEG=ON \ |
| 25 | -DYUZU_ENABLE_LTO=ON \ | 25 | -DYUZU_ENABLE_LTO=ON \ |
| 26 | -DYUZU_CRASH_DUMPS=ON \ | ||
| 26 | -GNinja | 27 | -GNinja |
| 27 | 28 | ||
| 28 | ninja | 29 | ninja |
diff --git a/.ci/scripts/windows/docker.sh b/.ci/scripts/windows/docker.sh index 45f75c874..44023600d 100755 --- a/.ci/scripts/windows/docker.sh +++ b/.ci/scripts/windows/docker.sh | |||
| @@ -17,7 +17,6 @@ cmake .. \ | |||
| 17 | -DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON \ | 17 | -DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON \ |
| 18 | -DENABLE_QT_TRANSLATION=ON \ | 18 | -DENABLE_QT_TRANSLATION=ON \ |
| 19 | -DUSE_CCACHE=ON \ | 19 | -DUSE_CCACHE=ON \ |
| 20 | -DYUZU_CRASH_DUMPS=ON \ | ||
| 21 | -DYUZU_USE_BUNDLED_SDL2=OFF \ | 20 | -DYUZU_USE_BUNDLED_SDL2=OFF \ |
| 22 | -DYUZU_USE_EXTERNAL_SDL2=OFF \ | 21 | -DYUZU_USE_EXTERNAL_SDL2=OFF \ |
| 23 | -DYUZU_TESTS=OFF \ | 22 | -DYUZU_TESTS=OFF \ |