Skip to content

Commit 053d78b

Browse files
committed
Tests with optional events.
1 parent e958de3 commit 053d78b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.gitlab-ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ gcc-macro:
1616

1717
clang-macro:
1818
image: fedora:41
19+
parallel:
20+
matrix:
21+
- FLAGS: ["", "-DOPDI_BACKEND_GENERATE_MASTER_EVENTS=1 -DOPDI_BACKEND_GENERATE_WORK_EVENTS=1"]
1922
script:
2023
- dnf install -y diffutils binutils clang git
2124
- git clone --depth 1 --branch develop https://github.com/SciCompKL/CoDiPack.git
@@ -29,7 +32,7 @@ clang-ompt:
2932
image: fedora:41
3033
parallel:
3134
matrix:
32-
- FLAGS: ["-DOPDI_OMPT_BACKEND_IMPLICIT_TASK_END_SOURCE=1", "-DOPDI_OMPT_BACKEND_IMPLICIT_TASK_END_SOURCE=2"]
35+
- FLAGS: ["-DOPDI_OMPT_BACKEND_IMPLICIT_TASK_END_SOURCE=1", "-DOPDI_OMPT_BACKEND_IMPLICIT_TASK_END_SOURCE=2", "-DOPDI_BACKEND_GENERATE_MASTER_EVENTS=1 -DOPDI_BACKEND_GENERATE_WORK_EVENTS=1"]
3336
script:
3437
- dnf install -y diffutils binutils clang git
3538
- git clone --depth 1 --branch develop https://github.com/SciCompKL/CoDiPack.git

0 commit comments

Comments
 (0)