mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-13 12:43:13 +08:00
WIP: Use shell to run make test on Jenkins
This commit is contained in:
parent
1483571fda
commit
c7b7521a30
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -33,7 +33,8 @@ parallel_nodes(['linux && cura', 'windows && cura']) {
|
||||
// Try and run the unit tests. If this stage fails, we consider the build to be "unstable".
|
||||
stage('Unit Test') {
|
||||
try {
|
||||
make('test')
|
||||
//make('test')
|
||||
sh "CTEST_OUTPUT_ON_FAILURE=1 make test"
|
||||
} catch(e) {
|
||||
currentBuild.result = "UNSTABLE"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user