mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 18:24:55 +00:00
CI: Upload MSVC PDBs; compress ELF debug info
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/bash -ex
|
||||
cd build/Binaries
|
||||
for f in hecl hecl-gui urde visigen; do
|
||||
objcopy --only-keep-debug $f $f.dbg
|
||||
objcopy --only-keep-debug --compress-debug-sections=zlib $f $f.dbg
|
||||
done
|
||||
strip -S hecl hecl-gui urde visigen
|
||||
sentry-cli upload-dif --org axiodl --project urde {hecl,hecl-gui,urde,visigen}{,.dbg} --include-sources
|
||||
|
||||
Reference in New Issue
Block a user