fix add output on ctest failure

This commit is contained in:
tqcq 2024-07-19 10:43:44 +08:00 committed by tqcq
parent c365a76482
commit 42b12a606a

2
Jenkinsfile vendored
View File

@ -29,7 +29,7 @@ pipeline {
} }
stage('Test') { stage('Test') {
steps { steps {
sh 'cd build && ctest -j `nproc --ignore=4`' sh 'cd build && ctest --output-on-failure -j `nproc --ignore=4`'
} }
} }
stage('Benchmark') { stage('Benchmark') {