CI: Set keychain timeout & allow productsign
This commit is contained in:
parent
6f13605e7b
commit
5e185444e1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user