Skip to content

Commit ee71d76

Browse files
committed
Build and upload XCFramework in CI
1 parent bcc105f commit ee71d76

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.buildkite/pipeline.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,9 @@ steps:
4545
- label: ':xcode: Verify XCFramework Integration Test Fails With Missing Resources'
4646
command: .buildkite/commands/verify-xcframework-test-fails-with-missing-resources.sh
4747
plugins: *plugins
48+
49+
- label: ':swift: Build XCFramework'
50+
command: make build-xcframework
51+
artifact_paths:
52+
- build/GutenbergKit.xcframework.zip
53+
plugins: *plugins

0 commit comments

Comments
 (0)