From 54802ebcd9310c77f664a16304e7daf7bd1661fb Mon Sep 17 00:00:00 2001 From: rhinemann Date: Fri, 27 Dec 2024 19:53:21 +0200 Subject: [PATCH] Jenkinsfile updated. --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6ffb91d..1495902 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,7 +10,7 @@ pipeline { stage('Build') { steps { - sh "g++ main.cpp sort.h sort.cpp -o test -lgtest -pthread" + sh "g++ main.cpp sort.h sort.cpp -o test -w -lgtest -pthread" } } @@ -23,7 +23,7 @@ pipeline { post { always { - xunit (tools: [ GoogleTest(pattern: './test_report.xml') ]) + xunit (tools: [ GoogleTest(pattern: 'test_report.xml') ]) } } } \ No newline at end of file