mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-25 09:47:42 +00:00
Merge pull request #13460 from keymanapp/chore/core/13381-add-clean-actions-for-mac-win
chore(core): add `clean` actions for `:mac` and `:win` targets
This commit is contained in:
commit
2bc7dc6fb2
1 changed files with 2 additions and 0 deletions
|
|
@ -139,6 +139,8 @@ do_action() {
|
|||
# -------------------------------------------------------------------------------
|
||||
|
||||
do_action clean
|
||||
builder_run_action clean:mac rm -rf "$KEYMAN_ROOT/core/build/mac/$BUILDER_CONFIGURATION"
|
||||
builder_run_action clean:win rm -rf "$KEYMAN_ROOT/core/build/win/$BUILDER_CONFIGURATION"
|
||||
|
||||
# -------------------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue