Skip to content
Snippets Groups Projects
Unverified Commit a47fc62c authored by liamwhite's avatar liamwhite Committed by GitHub
Browse files

Merge pull request #8627 from lat9nq/submodule-clean

ci/windows: Cleanup unused data in submodules before packaging
parents da066e8e 1d700f1d
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,9 @@ $env:BUILD_UPDATE = $MSVC_SEVENZIP
$BUILD_DIR = ".\build\bin\Release"
# Cleanup unneeded data in submodules
git submodule foreach git clean -fxd
# Upload debugging symbols
mkdir pdb
Get-ChildItem "$BUILD_DIR\" -Recurse -Filter "*.pdb" | Copy-Item -destination .\pdb
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment