feat/support_fiber #6
11
Jenkinsfile
vendored
11
Jenkinsfile
vendored
@ -10,7 +10,7 @@ pipeline {
|
||||
}
|
||||
|
||||
stages {
|
||||
stage("Checkout") {
|
||||
stage('Checkout') {
|
||||
steps {
|
||||
cleanWs()
|
||||
checkout scm
|
||||
@ -27,9 +27,14 @@ pipeline {
|
||||
sh 'cmake --build build --target all -- -j`nproc --ignore=4`'
|
||||
}
|
||||
}
|
||||
stage('Deploy') {
|
||||
stage('Test') {
|
||||
steps {
|
||||
sh 'echo publish'
|
||||
sh 'cd build && ctest -j `nproc --ignore=4`'
|
||||
}
|
||||
}
|
||||
stage('Benchmark') {
|
||||
steps {
|
||||
sh 'cd build && ./bin/tile_bm_all'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user