mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
WIP: Use shell to run make test on Jenkins
This commit is contained in:
parent
1483571fda
commit
c7b7521a30
1 changed files with 2 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue