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 ab5900f commit f96c145Copy full SHA for f96c145
.buildkite/pipeline.yml
@@ -34,6 +34,9 @@ steps:
34
queue: android
35
plugins: *plugins
36
37
- - label: ':swift: Test Swift Package'
+ - label: ':swift: Swift Simulator Tests'
38
command: make test-swift-package
39
40
+
41
+ - label: ':swift: Test Swift Logic'
42
+ command: swift test
Makefile
@@ -1,9 +1,9 @@
1
-SIMULATOR_DESTINATION := OS=18.4,name=iPhone 16 Plus
+SIMULATOR_DESTINATION := arch=arm64,OS=18.4,name=iPhone 16 Plus
2
3
define XCODEBUILD_CMD
4
@set -o pipefail && \
5
xcodebuild $(1) \
6
- -scheme GutenbergKit \
+ -scheme GutenbergKit-Package \
7
-sdk iphonesimulator \
8
-destination '${SIMULATOR_DESTINATION}' \
9
| xcbeautify
0 commit comments