Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.

Commit

Permalink
It's best to bundle these together.
Browse files Browse the repository at this point in the history
  • Loading branch information
staticfloat committed Jun 22, 2015
1 parent 094ee0c commit 6d457f5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions master/package_osx.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,9 @@
),

# Actually package the darn thing
ShellCommand(
name="Unlock keychain",
command=["/bin/bash", "~/unlock_keychain.sh"]
),
ShellCommand(
name="make .app",
command=["/bin/bash", "-c", Interpolate("make %(prop:flags)s -C contrib/mac/app")],
command=["/bin/bash", "-c", Interpolate("~/unlock_keychain.sh && make %(prop:flags)s -C contrib/mac/app")],
haltOnFailure=True
),

Expand Down

0 comments on commit 6d457f5

Please sign in to comment.