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