File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 24
24
wasi-swift-sdk-id : DEVELOPMENT-SNAPSHOT-2024-07-09-a-wasm32-unknown-wasi
25
25
26
26
runs-on : ${{ matrix.os }}
27
+ name : " build-macos (${{ matrix.xcode }})"
27
28
steps :
28
29
- uses : actions/checkout@v4
29
- with :
30
- submodules : recursive
31
30
- id : setup-development
32
31
run : |
33
32
toolchain_path="/Library/Developer/Toolchains/${{ matrix.development-toolchain-tag }}.xctoolchain"
54
53
EOS
55
54
- run : ./Vendor/checkout-dependency
56
55
- run : swift test --sanitize address
56
+
57
+ build-xcode :
58
+ runs-on : macos-14
59
+ steps :
60
+ - uses : actions/checkout@v4
61
+ - run : xcrun xcodebuild -skipMacroValidation -skipPackagePluginValidation build -scheme WasmKit-Package -destination generic/platform=macOS
57
62
- run : xcrun xcodebuild -skipMacroValidation -skipPackagePluginValidation build -scheme WasmKit-Package -destination generic/platform=iOS
58
63
- run : xcrun xcodebuild -skipMacroValidation -skipPackagePluginValidation build -scheme WasmKit-Package -destination generic/platform=watchOS
59
64
- run : xcrun xcodebuild -skipMacroValidation -skipPackagePluginValidation build -scheme WasmKit-Package -destination generic/platform=tvOS
You can’t perform that action at this time.
0 commit comments