ctest emit junit files
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good

This commit is contained in:
austin 2024-12-03 12:04:49 -05:00
parent ca965f4ca3
commit 7e6b0a1703

2
Jenkinsfile vendored
View File

@ -96,7 +96,7 @@ pipeline {
steps {
script {
catchError {
sh 'cd ./out/build && ctest && cd ../../..'
sh 'cd ./out/build && ctest --output-junit ./Testing/testRes.xml && cd ../../..'
}
}
}