From 671da5d096bd934290c2b93ae46be8bccf9a8a6e Mon Sep 17 00:00:00 2001 From: Andrew Noyes Date: Fri, 15 Mar 2024 19:00:01 -0700 Subject: [PATCH] Collect gcc warnings again in Jenkins --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index e968b45..b903d05 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -57,6 +57,7 @@ pipeline { } steps { CleanBuildAndTest("-DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DCMAKE_CXX_FLAGS=-DNVALGRIND") + recordIssues(tools: [gcc()]) sh ''' cd build cpack -G DEB