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
|
Carthage/Build
|
||||||
|
|
||||||
# Go Mobile Build results and dependency sources
|
# Go Mobile Build results and dependency sources
|
||||||
go/bin/
|
go/
|
||||||
go/dist/
|
|
||||||
go/pkg/
|
|
||||||
go/src/*
|
|
||||||
|
|
||||||
# fastlane
|
# fastlane
|
||||||
#
|
#
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,7 @@ before_script:
|
||||||
travis_wait 45 carthage bootstrap --platform iOS
|
travis_wait 45 carthage bootstrap --platform iOS
|
||||||
fi
|
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."
|
echo "Use cached go dependencies."
|
||||||
ls -ld go/dist/*framework
|
ls -ld go/dist/*framework
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue