Skip to content

Commit 2e4b7c2

Browse files
committed
Add clang build matrix
1 parent a5888e0 commit 2e4b7c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/matrix.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,5 @@ pull_request:
4646
- {cuda: *cuda_newest, os: 'ubuntu22.04', cpu: 'amd64', compiler: {name: 'gcc', version: '12', exe: 'g++'}, gpu_build_archs: '70', std: [17], jobs: ['build', 'test']}
4747
- {cuda: *cuda_newest, os: 'ubuntu22.04', cpu: 'amd64', compiler: {name: 'gcc', version: '13', exe: 'g++'}, gpu_build_archs: '80', std: [17], jobs: ['build']}
4848
- {cuda: *cuda_newest, os: 'ubuntu22.04', cpu: 'arm64', compiler: {name: 'gcc', version: '12', exe: 'g++'}, gpu_build_archs: '60,90', std: [17], jobs: ['build']}
49+
# Clang build configuration
50+
- {cuda: *cuda_newest, os: 'ubuntu22.04', cpu: 'amd64', compiler: {name: 'clang', version: '16', exe: 'clang++'}, gpu_build_archs: '70', std: [17], jobs: ['build', 'test']}

0 commit comments

Comments
 (0)