mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 16:29:01 +08:00
Verbose output for Windows CI
This commit is contained in:
parent
dc2c074bc0
commit
84bad92f10
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -72,7 +72,12 @@ parallel_nodes(['linux && cura', 'windows && cura']) {
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
// For Windows
|
// For Windows
|
||||||
make('test')
|
try {
|
||||||
|
// This also does code style checks.
|
||||||
|
bat 'ctest -V'
|
||||||
|
} catch(e) {
|
||||||
|
currentBuild.result = "UNSTABLE"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user