mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 17:04:55 +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:
@@ -1,6 +1,7 @@
|
||||
#!/bin/bash -ex
|
||||
cd build/Binaries
|
||||
for f in hecl metaforce-gui metaforce visigen; do
|
||||
objcopy --only-keep-debug --compress-debug-sections=zlib $f $f.dbg
|
||||
objcopy --only-keep-debug $f $f.dbg
|
||||
objcopy --strip-debug --add-gnu-debuglink=$f.dbg $f
|
||||
done
|
||||
done
|
||||
tar acfv "$GITHUB_WORKSPACE"/debug.tar.xz -- *.dbg
|
||||
Reference in New Issue
Block a user