Skip to content

Commit 9dd9354

Browse files
ChristianTackeGSIdennisklein
authored andcommitted
ci: Call CMake with -Werror=dev
Our CI should fail if CMake has warnings for developers.
1 parent 82f22ab commit 9dd9354

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

FairRoot_build_test.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ ctest_start(Continuous)
3030
get_filename_component(test_install_prefix "${CTEST_BINARY_DIRECTORY}/install"
3131
ABSOLUTE)
3232
list(APPEND options
33+
"-Werror=dev"
3334
"-DDISABLE_COLOR=ON"
3435
"-DCMAKE_INSTALL_PREFIX:PATH=${test_install_prefix}"
3536
)

0 commit comments

Comments
 (0)