File tree Expand file tree Collapse file tree 1 file changed +13
-11
lines changed
Expand file tree Collapse file tree 1 file changed +13
-11
lines changed Original file line number Diff line number Diff line change 44 pull_request :
55 types : [opened, reopened, synchronize]
66
7- jobs :
8- tests :
9- name : Test
10- uses : swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
11- with :
12- linux_build_command : " cd AudioWorkstation/Guest && ./build.sh"
13- linux_exclude_swift_versions : ' [{"swift_version": "5.9"}, {"swift_version": "5.10"}]'
14- enable_windows_checks : false
15-
16- wasm-sdk :
17- name : WebAssembly Swift SDK
7+ jobs :
8+ audio-workstation :
9+ name : Build AudioWorkstation
1810 uses : swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
1911 with :
2012 enable_wasm_sdk_build : true
2315 swift_flags : --package-path AudioWorkstation/Guest --product Plotter
2416 swift_nightly_flags : --package-path AudioWorkstation/Guest --product Plotter
2517
18+ webgpu-demo :
19+ name : Build WebGPUDemo
20+ uses : swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
21+ with :
22+ enable_wasm_sdk_build : true
23+ enable_linux_checks : false
24+ enable_windows_checks : false
25+ swift_flags : --package-path WebGPUDemo
26+ swift_nightly_flags : --package-path WebGPUDemo
27+
2628 soundness :
2729 name : Soundness
2830 uses : swiftlang/github-workflows/.github/workflows/soundness.yml@main
You can’t perform that action at this time.
0 commit comments