Skip to content

Commit 13d0e69

Browse files
mcbartonvgvassilev
authored andcommitted
Add coverage job back to ci
1 parent e39372f commit 13d0e69

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/Ubuntu-arm.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
include:
25+
- name: ubu22-arm-gcc12-clang-repl-20
26+
os: ubuntu-22.04-arm
27+
compiler: gcc-12
28+
clang-runtime: '20'
29+
cling: Off
30+
llvm_enable_projects: "clang"
31+
llvm_targets_to_build: "host;NVPTX"
2532
- name: ubu24-arm-gcc12-clang-repl-20
2633
os: ubuntu-24.04-arm
2734
compiler: gcc-12
@@ -247,6 +254,13 @@ jobs:
247254
fail-fast: false
248255
matrix:
249256
include:
257+
- name: ubu22.04-arm-gcc12-clang-repl-20-coverage
258+
os: ubuntu-22.04-arm
259+
compiler: gcc-12
260+
clang-runtime: '20'
261+
cling: Off
262+
cppyy: Off
263+
coverage: true
250264
- name: ubu24-arm-gcc12-clang-repl-20
251265
os: ubuntu-24.04-arm
252266
compiler: gcc-12

0 commit comments

Comments
 (0)