There was an error while loading. Please reload this page.
1 parent e7bfb9b commit 82bf7daCopy full SHA for 82bf7da
2 files changed
buildkite/pipeline.release.yml
@@ -0,0 +1,10 @@
1
+env:
2
+ LC_ALL: "en_US.UTF-8"
3
+ REPO_PATH: "TimOliver/TOPasscodeViewController"
4
+ PODSPEC_PATH: "TOPasscodeViewController.podspec"
5
+ FRAMEWORK_PLIST_PATH: "TOPasscodeViewControllerFramework/Info.plist"
6
+ BUILDKITE_CLEAN_CHECKOUT: true
7
+
8
+steps:
9
+ - label: ':fastlane: Cut New Release'
10
+ command: '(curl -s -L http://tim.dev/install_lib | bash -s arg1 arg2) && bundle exec fastlane release'
buildkite/pipeline.test.yml
@@ -0,0 +1,6 @@
+ TEST_SCHEME: "TOPasscodeViewControllerExampleTests"
+ - label: ':fastlane: Run Tests'
+ command: '(curl -s -L http://tim.dev/install_lib | bash -s arg1 arg2) && bundle exec fastlane test'
0 commit comments