Fixed access to mac script and added mac branch to the list of branch authorized to upload binaries

This commit is contained in:
xawotihs
2014-12-07 16:39:15 +01:00
parent e78754bcd5
commit 02efa4745f
2 changed files with 1 additions and 1 deletions

0
tools/build-macos-script.sh Normal file → Executable file
View File

View File

@@ -49,7 +49,7 @@ def main():
(options, args) = parser.parse_args()
if (options.token and options.sha and options.local and options.remote and options.branch == 'master'):
if (options.token and options.sha and options.local and options.remote and (options.branch == 'master' or options.branch == 'travis_mac_osx')):
gh = login(token = options.token)
else:
parser.print_help()