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 2424 wasi-swift-sdk-id : DEVELOPMENT-SNAPSHOT-2024-07-09-a-wasm32-unknown-wasi
2525
2626 runs-on : ${{ matrix.os }}
27+ name : " build-macos (${{ matrix.xcode }})"
2728 steps :
2829 - uses : actions/checkout@v4
29- with :
30- submodules : recursive
3130 - id : setup-development
3231 run : |
3332 toolchain_path="/Library/Developer/Toolchains/${{ matrix.development-toolchain-tag }}.xctoolchain"
5453 EOS
5554 - run : ./Vendor/checkout-dependency
5655 - 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
5762 - run : xcrun xcodebuild -skipMacroValidation -skipPackagePluginValidation build -scheme WasmKit-Package -destination generic/platform=iOS
5863 - run : xcrun xcodebuild -skipMacroValidation -skipPackagePluginValidation build -scheme WasmKit-Package -destination generic/platform=watchOS
5964 - 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