Skip to content

Commit

Permalink
Add release workflow for each commit (stripe#2751)
Browse files Browse the repository at this point in the history
  • Loading branch information
wooj-stripe authored Jul 18, 2023
1 parent 006708f commit b0ecf6d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ stages:
workflows:
- framework-tests: {}
- test-builds-xcode-143: {}
- test-builds-xcode-143-release: {}
- install-tests-non-carthage: {}
- lint-tests: {}
- size-report: {}
Expand Down Expand Up @@ -350,6 +351,20 @@ workflows:
bitrise.io:
stack: osx-xcode-14.3.x-ventura
machine_type_id: g2-m1.8core
test-builds-xcode-143-release:
steps:
- xcode-build-for-test@2:
inputs:
- scheme: AllStripeFrameworks
- configuration: Release
envs:
- DEFAULT_TEST_DEVICE: platform=iOS Simulator,name=iPhone 8,OS=16.4
before_run:
- prep_all
meta:
bitrise.io:
stack: osx-xcode-14.3.x-ventura
machine_type_id: g2-m1.8core
install-tests-non-carthage:
steps:
- fastlane@3:
Expand Down

0 comments on commit b0ecf6d

Please sign in to comment.