mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 03:07:41 +00:00
CI: Compress Linux/macOS debug files
Installs Intel IPP on Ubuntu and macOS runners Updates boo to fix FindIPP for new *nix path
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
cd build/Binaries/metaforce-gui.app/Contents/MacOS
|
||||
for f in hecl metaforce-gui metaforce visigen; do
|
||||
dsymutil $f
|
||||
strip -S $f
|
||||
done
|
||||
strip -S hecl metaforce-gui metaforce visigen crashpad_handler
|
||||
sentry-cli upload-dif --org axiodl --project metaforce {hecl,metaforce-gui,metaforce,visigen}{,.dSYM} --include-sources
|
||||
tar acfv "$GITHUB_WORKSPACE"/debug.tar.xz -- *.dSYM
|
||||
rm -r -- *.dSYM
|
||||
|
||||
Reference in New Issue
Block a user