2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 18:24:55 +00:00

CI: Separate & upload debug info for Linux/macOS

This commit is contained in:
2021-04-05 15:26:56 -04:00
parent 2186fc0945
commit 0d1f2a49ff
4 changed files with 44 additions and 3 deletions

7
ci/upload-debug-linux.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash -ex
cd build/Binaries
for f in hecl hecl-gui urde visigen; do
objcopy --only-keep-debug $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