summaryrefslogtreecommitdiffstats
path: root/.ci/scripts
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2022-09-16 18:47:51 +0200
committerGitHub <noreply@github.com>2022-09-16 18:47:51 +0200
commit44ccec78463ec5b177fa027866b8923a71dbba88 (patch)
treef00144f557a953df761f973d2baaaa34a35d1f3f /.ci/scripts
parentMerge pull request #6667 from lat9nq/ea-appimage (diff)
parentci/windows: Upload debugging symbols (diff)
downloadyuzu-44ccec78463ec5b177fa027866b8923a71dbba88.tar
yuzu-44ccec78463ec5b177fa027866b8923a71dbba88.tar.gz
yuzu-44ccec78463ec5b177fa027866b8923a71dbba88.tar.bz2
yuzu-44ccec78463ec5b177fa027866b8923a71dbba88.tar.lz
yuzu-44ccec78463ec5b177fa027866b8923a71dbba88.tar.xz
yuzu-44ccec78463ec5b177fa027866b8923a71dbba88.tar.zst
yuzu-44ccec78463ec5b177fa027866b8923a71dbba88.zip
Diffstat (limited to '.ci/scripts')
-rwxr-xr-x.ci/scripts/windows/docker.sh1
-rw-r--r--.ci/scripts/windows/upload.ps14
2 files changed, 3 insertions, 2 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 \
diff --git a/.ci/scripts/windows/upload.ps1 b/.ci/scripts/windows/upload.ps1
index d463281de..21abcd752 100644
--- a/.ci/scripts/windows/upload.ps1
+++ b/.ci/scripts/windows/upload.ps1
@@ -65,8 +65,8 @@ if ("$env:GITHUB_ACTIONS" -eq "true") {
# None of the other GHA builds are including source, so commenting out today
#Copy-Item $MSVC_SOURCE_TARXZ -Destination "artifacts"
- # Are debug symbols important?
- # cp .\build\bin\yuzu*.pdb .\pdb\
+ # Debugging symbols
+ cp .\build\bin\yuzu*.pdb .\artifacts\
# Write out a tag BUILD_TAG to environment for the Upload step
# We're getting ${{ github.event.number }} as $env:PR_NUMBER"