ctest emit junit files
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
This commit is contained in:
parent
ca965f4ca3
commit
7e6b0a1703
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -96,7 +96,7 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
catchError {
|
catchError {
|
||||||
sh 'cd ./out/build && ctest && cd ../../..'
|
sh 'cd ./out/build && ctest --output-junit ./Testing/testRes.xml && cd ../../..'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user