summaryrefslogtreecommitdiffstats
path: root/.ci/scripts
diff options
context:
space:
mode:
authorlat9nq <lat9nq@gmail.com>2022-07-30 15:18:33 +0200
committerlat9nq <lat9nq@gmail.com>2022-09-05 03:36:34 +0200
commit45b343d1d09f30193a1da52924ee83a834356fae (patch)
tree3697d5cf9bb4c215c2d5dc9555dbd9d06df5d7ce /.ci/scripts
parentvcpkg,cmake: Use vcpkg for dbghelp (diff)
downloadyuzu-45b343d1d09f30193a1da52924ee83a834356fae.tar
yuzu-45b343d1d09f30193a1da52924ee83a834356fae.tar.gz
yuzu-45b343d1d09f30193a1da52924ee83a834356fae.tar.bz2
yuzu-45b343d1d09f30193a1da52924ee83a834356fae.tar.lz
yuzu-45b343d1d09f30193a1da52924ee83a834356fae.tar.xz
yuzu-45b343d1d09f30193a1da52924ee83a834356fae.tar.zst
yuzu-45b343d1d09f30193a1da52924ee83a834356fae.zip
Diffstat (limited to '.ci/scripts')
-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 \