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 4
4
pull_request :
5
5
types : [opened, reopened, synchronize]
6
6
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
18
10
uses : swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
19
11
with :
20
12
enable_wasm_sdk_build : true
23
15
swift_flags : --package-path AudioWorkstation/Guest --product Plotter
24
16
swift_nightly_flags : --package-path AudioWorkstation/Guest --product Plotter
25
17
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
+
26
28
soundness :
27
29
name : Soundness
28
30
uses : swiftlang/github-workflows/.github/workflows/soundness.yml@main
You can’t perform that action at this time.
0 commit comments