Show verbose msg when cmake test fails on Jenkins

This commit is contained in:
Lipu Fei 2018-07-06 11:14:10 +02:00
parent c6b290e1e5
commit 1483571fda

5
Jenkinsfile vendored
View file

@ -1,5 +1,10 @@
parallel_nodes(['linux && cura', 'windows && cura']) {
timeout(time: 2, unit: "HOURS") {
environment {
CTEST_OUTPUT_ON_FAILURE = '1'
}
// Prepare building
stage('Prepare') {
// Ensure we start with a clean build directory.