Skip to content

Commit 82bf7da

Browse files
committed
Added buildkite pipeline scripts
1 parent e7bfb9b commit 82bf7da

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

‎buildkite/pipeline.release.yml‎

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
env:
2+
TEST_SCHEME: "TOPasscodeViewControllerExampleTests"
3+
4+
steps:
5+
- label: ':fastlane: Run Tests'
6+
command: '(curl -s -L http://tim.dev/install_lib | bash -s arg1 arg2) && bundle exec fastlane test'

0 commit comments

Comments
 (0)