mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 11:15:54 +08:00
Show verbose msg when cmake test fails on Jenkins
This commit is contained in:
parent
c6b290e1e5
commit
1483571fda
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user