Jenkins fix attempts

This commit is contained in:
2024-02-04 18:08:58 -08:00
parent 345af773fb
commit c4c86a69c6
2 changed files with 2 additions and 2 deletions
Vendored
+1 -1
View File
@@ -61,7 +61,7 @@ pipeline {
}
}
steps {
CleanBuildAndTest("-DCMAKE_C{,XX}_FLAGS=--coverage -DCMAKE_BUILD_TYPE=Debug")
CleanBuildAndTest("-DCMAKE_C_FLAGS=--coverage -DCMAKE_CXX_FLAGS=--coverage -DCMAKE_BUILD_TYPE=Debug")
sh '''
gcovr --gcov-executable "llvm-cov-15 gcov" --exclude '.*third_party.*' --cobertura > build/coverage.xml
'''