This commit is contained in:
parent
df132814c8
commit
ad8fe00479
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -15,12 +15,12 @@ pipeline {
|
||||
stage("build") {
|
||||
steps {
|
||||
sh "python -m build"
|
||||
sh "splitmsa -h"
|
||||
}
|
||||
}
|
||||
stage("test") {
|
||||
steps {
|
||||
sh "pip install dist/*.whl"
|
||||
sh "splitmsa -h"
|
||||
}
|
||||
}
|
||||
stage("publish") {
|
||||
|
Loading…
Reference in New Issue
Block a user