Added installation test step
This commit is contained in:
parent
9b56853e36
commit
df132814c8
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -15,6 +15,7 @@ pipeline {
|
||||
stage("build") {
|
||||
steps {
|
||||
sh "python -m build"
|
||||
sh "splitmsa -h"
|
||||
}
|
||||
}
|
||||
stage("test") {
|
||||
|
Loading…
Reference in New Issue
Block a user