mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-07 16:53:00 -07:00
Update compile.sh
This commit is contained in:
parent
df1747bb90
commit
b8c0bdd9c7
1 changed files with 1 additions and 2 deletions
|
|
@ -169,8 +169,7 @@ if [[ $MAKE_PACKAGE ]]; then
|
||||||
echo "killing XProtectBehaviorService"; sudo pkill -9 XProtect >/dev/null || true;
|
echo "killing XProtectBehaviorService"; sudo pkill -9 XProtect >/dev/null || true;
|
||||||
echo "waiting for XProtectBehaviorService kill"; while pgrep "XProtect"; do sleep 3; done;
|
echo "waiting for XProtectBehaviorService kill"; while pgrep "XProtect"; do sleep 3; done;
|
||||||
fi
|
fi
|
||||||
|
cmake --build . --verbose --target package --config "$BUILDTYPE"
|
||||||
cmake --build . --log-level=VERBOSE --target package --config "$BUILDTYPE"
|
|
||||||
echo "::endgroup::"
|
echo "::endgroup::"
|
||||||
|
|
||||||
if [[ $PACKAGE_SUFFIX ]]; then
|
if [[ $PACKAGE_SUFFIX ]]; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue