Remove traces of GopenPGP glue code

This commit is contained in:
Danny Moesch 2019-09-15 09:20:26 +02:00 committed by Mingshen Sun
parent c824bb10e7
commit 63fd313017
2 changed files with 2 additions and 5 deletions

5
.gitignore vendored
View file

@ -54,10 +54,7 @@ Carthage/Checkouts
Carthage/Build
# Go Mobile Build results and dependency sources
go/bin/
go/dist/
go/pkg/
go/src/*
go/
# fastlane
#

View file

@ -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/Crypto.framework" ]; then
if [ ! $(git diff --name-only "$TRAVIS_COMMIT_RANGE" | grep -E "gopenpgp_build.sh") ] && [ -d "go/dist/Crypto.framework" ]; then
echo "Use cached go dependencies."
ls -ld go/dist/*framework
else