Merge branch 'develop' of https://git.reslate.systems/ydeng/msa-splitter into develop
Some checks failed
ydeng/splitmsa/pipeline/head There was a failure building this commit
Some checks failed
ydeng/splitmsa/pipeline/head There was a failure building this commit
This commit is contained in:
commit
89d6276fe0
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -10,6 +10,12 @@ pipeline {
|
|||||||
stage("build") {
|
stage("build") {
|
||||||
steps {
|
steps {
|
||||||
sh "python -m build"
|
sh "python -m build"
|
||||||
|
sh "python -m pyinstaller ./splitmsa/"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
stage("test") {
|
||||||
|
steps {
|
||||||
|
sh "pip install dist/*.whl"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage("test") {
|
stage("test") {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user