[nostalgia] Add test to Jenkinsfile
This commit is contained in:
Vendored
+5
@@ -7,5 +7,10 @@ pipeline {
|
||||
sh 'make'
|
||||
}
|
||||
}
|
||||
stage('Test') {
|
||||
steps {
|
||||
sh 'make test'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user