diff options
| author | 2022-07-23 11:47:03 -0400 | |
|---|---|---|
| committer | 2022-07-23 11:47:03 -0400 | |
| commit | a47fc62cea1c86395089c1a7cb1b64879676af55 (patch) | |
| tree | 01b8b9a64623731c54aad223a274cc6567243a2c | |
| parent | Merge pull request #8584 from Morph1984/qt5-cleanup (diff) | |
| parent | ci/windows: Cleanup unused data before packaging (diff) | |
| download | yuzu-a47fc62cea1c86395089c1a7cb1b64879676af55.tar.gz yuzu-a47fc62cea1c86395089c1a7cb1b64879676af55.tar.xz yuzu-a47fc62cea1c86395089c1a7cb1b64879676af55.zip | |
Merge pull request #8627 from lat9nq/submodule-clean
ci/windows: Cleanup unused data in submodules before packaging
Diffstat (limited to '')
| -rw-r--r-- | .ci/scripts/windows/upload.ps1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.ci/scripts/windows/upload.ps1 b/.ci/scripts/windows/upload.ps1 index 62483607b..818fd0770 100644 --- a/.ci/scripts/windows/upload.ps1 +++ b/.ci/scripts/windows/upload.ps1 | |||
| @@ -25,6 +25,9 @@ $env:BUILD_UPDATE = $MSVC_SEVENZIP | |||
| 25 | 25 | ||
| 26 | $BUILD_DIR = ".\build\bin\Release" | 26 | $BUILD_DIR = ".\build\bin\Release" |
| 27 | 27 | ||
| 28 | # Cleanup unneeded data in submodules | ||
| 29 | git submodule foreach git clean -fxd | ||
| 30 | |||
| 28 | # Upload debugging symbols | 31 | # Upload debugging symbols |
| 29 | mkdir pdb | 32 | mkdir pdb |
| 30 | Get-ChildItem "$BUILD_DIR\" -Recurse -Filter "*.pdb" | Copy-Item -destination .\pdb | 33 | Get-ChildItem "$BUILD_DIR\" -Recurse -Filter "*.pdb" | Copy-Item -destination .\pdb |