[nostalgia] Add test to Jenkinsfile

This commit is contained in:
Gary Talent 2018-04-13 20:53:59 -05:00
parent 263c14e0ff
commit 7644dfc879

5
Jenkinsfile vendored
View File

@ -7,5 +7,10 @@ pipeline {
sh 'make'
}
}
stage('Test') {
steps {
sh 'make test'
}
}
}
}