ci: remove pod related scripts
This commit is contained in:
parent
0d4370ee40
commit
5ccf5461b8
2 changed files with 1 additions and 6 deletions
|
|
@ -8,12 +8,7 @@ before_install:
|
||||||
- echo -e "machine github.com\n login $GITHUB_ACCESS_TOKEN" >> ~/.netrc
|
- echo -e "machine github.com\n login $GITHUB_ACCESS_TOKEN" >> ~/.netrc
|
||||||
install:
|
install:
|
||||||
- gem update fastlane
|
- gem update fastlane
|
||||||
- gem install xcodeproj
|
|
||||||
- gem uninstall -aIx cocoapods
|
|
||||||
- gem install cocoapods -v 1.5.3
|
|
||||||
- pod --version
|
|
||||||
before_script:
|
before_script:
|
||||||
- pod install
|
|
||||||
- travis_wait 45 carthage bootstrap --platform iOS
|
- travis_wait 45 carthage bootstrap --platform iOS
|
||||||
- ./gopenpgp_build.sh
|
- ./gopenpgp_build.sh
|
||||||
script:
|
script:
|
||||||
|
|
|
||||||
|
|
@ -44,7 +44,7 @@ platform :ios do
|
||||||
)
|
)
|
||||||
build_app(
|
build_app(
|
||||||
scheme: "pass",
|
scheme: "pass",
|
||||||
project: "pass.xcodeproj"
|
project: "pass.xcodeproj",
|
||||||
verbose: true
|
verbose: true
|
||||||
)
|
)
|
||||||
upload_to_testflight(
|
upload_to_testflight(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue