Remove traces of GopenPGP glue code
This commit is contained in:
parent
c824bb10e7
commit
63fd313017
2 changed files with 2 additions and 5 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -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
|
||||
#
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue