mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-01 07:55:07 +01:00
ci: Strip Clang binaries
This commit is contained in:
parent
09196d71bc
commit
b2e63f2b49
@ -20,6 +20,7 @@ cmake .. -G Ninja \
|
||||
-DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON \
|
||||
-DUSE_DISCORD_PRESENCE=ON
|
||||
ninja
|
||||
strip -s bin/Release/*
|
||||
|
||||
if [ "$TARGET" = "appimage" ]; then
|
||||
ninja bundle
|
||||
|
@ -11,6 +11,7 @@ cmake .. -G Ninja \
|
||||
-DUSE_DISCORD_PRESENCE=ON
|
||||
ninja
|
||||
ninja bundle
|
||||
strip -s bundle/*.exe
|
||||
|
||||
ccache -s -v
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user