From 5e185444e17c6bba6d6efb9e64d962d8320df06b Mon Sep 17 00:00:00 2001 From: Gol-D-Ace Date: Mon, 27 Feb 2017 01:21:20 +0100 Subject: [PATCH] CI: Set keychain timeout & allow productsign --- CI/before-deploy-osx.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CI/before-deploy-osx.sh b/CI/before-deploy-osx.sh index 22d2600a6..f1b2b2812 100755 --- a/CI/before-deploy-osx.sh +++ b/CI/before-deploy-osx.sh @@ -27,7 +27,8 @@ openssl aes-256-cbc -K $encrypted_dd3c7f5e9db9_key -iv $encrypted_dd3c7f5e9db9_i security create-keychain -p mysecretpassword build.keychain security default-keychain -s build.keychain security unlock-keychain -p mysecretpassword build.keychain -security import Certificates.p12 -k build.keychain -T /usr/bin/codesign +security set-keychain-settings -t 3600 -u build.keychain +security import Certificates.p12 -k build.keychain -T /usr/bin/productsign productsign --sign 'Developer ID Installer: Hugh Bailey (2MMRE5MTB8)' ./OBS.pkg ./$FILENAME # Move to the folder that travis uses to upload artifacts from