mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07: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 {
|
else {
|
||||||
// For Windows
|
// 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