Skip to content

Commit 7066356

Browse files
committed
Add Clang Linux build
1 parent cc9867e commit 7066356

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/linux.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,17 @@ jobs:
5858
doc: OFF, jni: ON, loadtests: OpenGL+Vulkan, py: ON, tools: ON, tools_cts: ON,
5959
sse: ON, opencl: OFF
6060
}
61+
- name: Clang
62+
os: ubuntu-22.04
63+
generator: Ninja
64+
arch: x86_64
65+
compiler: clang
66+
vk_sdk_ver: '1.3.290'
67+
options: {
68+
config: Debug, Release,
69+
doc: OFF, jni: ON, loadtests: OpenGL+Vulkan, py: ON, tools: ON, tools_cts: OFF,
70+
sse: ON, opencl: OFF
71+
}
6172
- name: Package (x86_64)
6273
os: ubuntu-22.04
6374
generator: Ninja

0 commit comments

Comments
 (0)