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