Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
a525b20b
Unverified
Commit
a525b20b
authored
Jun 21, 2020
by
Don Gagne
Committed by
GitHub
Jun 21, 2020
Browse files
Merge pull request #8856 from mavlink/OSXCodeSign
OSX codesign
parents
7bc15f40
cae920f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
a525b20b
...
...
@@ -186,10 +186,14 @@ before_script:
fi
# Install signing cert into OSX keychain
-
if [[ "${SPEC}" = "macx-clang" && "${TRAVIS_PULL_REQUEST}" = "false" ]]; then
export CODESIGN=codesign &&
openssl aes-256-cbc -K $MAC_CERT_KEY -iv $MAC_CERT_IV -in deploy/MacCertificates.p12.enc -out deploy/MacCertificates.p12 -d &&
./deploy/MacImportCert.sh;
-
if [[ "${SPEC}" = "macx-clang" ]]; then
export CODESIGN=codesign;
fi
-
if [[ "${SPEC}" = "macx-clang" ]]; then
openssl aes-256-cbc -K $MAC_CERT_KEY -iv $MAC_CERT_IV -in deploy/MacCertificates.p12.enc -out deploy/MacCertificates.p12 -d;
fi
-
if [[ "${SPEC}" = "macx-clang" ]]; then
source deploy/MacImportCert.sh;
fi
script
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment