Skip to content

Commit 2df97e2

Browse files
committed
Make sure to build edm4eic tests
1 parent bebceee commit 2df97e2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/edm4eic.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,11 @@ jobs:
6969
echo "::endgroup::"
7070
7171
echo "::group::Build EDM4eic"
72-
cmake -B ${STARTDIR}/edm4eic/build -S ${STARTDIR}/edm4eic -GNinja
72+
export PATH=$(echo $PATH | tr ':' '\n' | grep -v doxygen | tr '\n' ':')
73+
cmake -B ${STARTDIR}/edm4eic/build -S ${STARTDIR}/edm4eic \
74+
-DCMAKE_CXX_FLAGS=" -fdiagnostics-color=always -Werror " \
75+
-DBUILD_TESTING=ON \
76+
-GNinja
7377
cmake --build ${STARTDIR}/edm4eic/build
7478
ctest --test-dir ${STARTDIR}/edm4eic/build -j$(nproc) --output-on-failure
7579
echo "::endgroup::"

0 commit comments

Comments
 (0)