@ -31,9 +31,10 @@ node {
}
stage('Test') {
dir("build")
dir("build") {
sh "make check"
stage('Archive') {
archiveArtifacts artifacts: 'build/bin/*', onlyIfSuccessful: true