feat/support_fiber #6
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -29,7 +29,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('Test') {
|
stage('Test') {
|
||||||
steps {
|
steps {
|
||||||
sh 'cd build && ctest -j `nproc --ignore=4`'
|
sh 'cd build && ctest --output-on-failure -j `nproc --ignore=4`'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Benchmark') {
|
stage('Benchmark') {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user