mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 14:04:03 -06:00
Verbose output for Windows CI
This commit is contained in:
parent
dc2c074bc0
commit
84bad92f10
1 changed files with 6 additions and 1 deletions
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
|
@ -72,7 +72,12 @@ parallel_nodes(['linux && cura', 'windows && cura']) {
|
|||
}
|
||||
else {
|
||||
// For Windows
|
||||
make('test')
|
||||
try {
|
||||
// This also does code style checks.
|
||||
bat 'ctest -V'
|
||||
} catch(e) {
|
||||
currentBuild.result = "UNSTABLE"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue