File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -26,12 +26,11 @@ jobs:
2626 with :
2727 xcode-version : ' 15.2'
2828
29- - name : Build and Test (SPM)
30- run : |
31- SDK_PATH=$(xcrun --sdk iphonesimulator --show-sdk-path)
32- TARGET="arm64-apple-ios15.0-simulator"
33- swift build -Xswiftc "-sdk" -Xswiftc "$SDK_PATH" -Xswiftc "-target" -Xswiftc "$TARGET" -Xcc "-isysroot" -Xcc "$SDK_PATH" -Xcc "-target" -Xcc "$TARGET"
34- swift test -Xswiftc "-sdk" -Xswiftc "$SDK_PATH" -Xswiftc "-target" -Xswiftc "$TARGET" -Xcc "-isysroot" -Xcc "$SDK_PATH" -Xcc "-target" -Xcc "$TARGET"
29+ - name : Validate SPM Mode
30+ run : |
31+ SDK_PATH=$(xcrun --sdk iphonesimulator --show-sdk-path)
32+ TARGET="arm64-apple-ios15.0-simulator"
33+ swift build -Xswiftc "-sdk" -Xswiftc "$SDK_PATH" -Xswiftc "-target" -Xswiftc "$TARGET" -Xcc "-isysroot" -Xcc "$SDK_PATH" -Xcc "-target" -Xcc "$TARGET"
3534
3635 tuist-check :
3736 name : Tuist Check
You can’t perform that action at this time.
0 commit comments