aboutsummaryrefslogtreecommitdiffhomepage
path: root/.ci/scripts/windows
diff options
context:
space:
mode:
authorlat9nq <[email protected]>2022-07-30 09:18:33 -0400
committerlat9nq <[email protected]>2022-09-04 21:36:34 -0400
commit45b343d1d09f30193a1da52924ee83a834356fae (patch)
tree3697d5cf9bb4c215c2d5dc9555dbd9d06df5d7ce /.ci/scripts/windows
parentc976613ab25130e8fc8b6c0de03cf380eb46c64e (diff)
downloadyuzu-android-45b343d1d09f30193a1da52924ee83a834356fae.tar.gz
yuzu-android-45b343d1d09f30193a1da52924ee83a834356fae.zip
ci,workflows: Enable crash dumps on MSVC builds
ci/windows: Enable crash dumps on MinGW builds
Diffstat (limited to '.ci/scripts/windows')
-rwxr-xr-x.ci/scripts/windows/docker.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.ci/scripts/windows/docker.sh b/.ci/scripts/windows/docker.sh
index 790ba8218..6f522feed 100755
--- a/.ci/scripts/windows/docker.sh
+++ b/.ci/scripts/windows/docker.sh
@@ -21,6 +21,7 @@ cmake .. \
-DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON \
-DENABLE_QT_TRANSLATION=ON \
-DUSE_CCACHE=ON \
+ -DYUZU_CRASH_DUMPS=ON \
-DYUZU_USE_BUNDLED_SDL2=OFF \
-DYUZU_USE_EXTERNAL_SDL2=OFF \
-DYUZU_TESTS=OFF \