mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07: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".
|
// Try and run the unit tests. If this stage fails, we consider the build to be "unstable".
|
||||||
stage('Unit Test') {
|
stage('Unit Test') {
|
||||||
try {
|
try {
|
||||||
make('test')
|
//make('test')
|
||||||
|
sh "CTEST_OUTPUT_ON_FAILURE=1 make test"
|
||||||
} catch(e) {
|
} catch(e) {
|
||||||
currentBuild.result = "UNSTABLE"
|
currentBuild.result = "UNSTABLE"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue