Upgrade GopenPGP and remove Gopenpgpwrapper glue code
This commit is contained in:
parent
58e7e1b4e4
commit
21c172f9a8
6 changed files with 61 additions and 111 deletions
|
|
@ -31,7 +31,7 @@ before_script:
|
|||
travis_wait 45 carthage bootstrap --platform iOS
|
||||
fi
|
||||
- |
|
||||
if [ ! $(git diff --name-only "$TRAVIS_COMMIT_RANGE" | grep -E "gopenpgp_build.sh|gopenpgpwrapper.go") ] && [ -d "go/dist/Gopenpgpwrapper.framework" ]; then
|
||||
if [ ! $(git diff --name-only "$TRAVIS_COMMIT_RANGE" | grep -E "gopenpgp_build.sh|gopenpgpwrapper.go") ] && [ -d "go/dist/Crypto.framework" ]; then
|
||||
echo "Use cached go dependencies."
|
||||
ls -ld go/dist/*framework
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue