mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 13:59:03 +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 {
|
||||
// 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