We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcc105f commit ee71d76Copy full SHA for ee71d76
.buildkite/pipeline.yml
@@ -45,3 +45,9 @@ steps:
45
- label: ':xcode: Verify XCFramework Integration Test Fails With Missing Resources'
46
command: .buildkite/commands/verify-xcframework-test-fails-with-missing-resources.sh
47
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