Removed "Gooey" as dependency and fixed "setup.cfg"
Some checks failed
ydeng/splitmsa/pipeline/head There was a failure building this commit

This commit is contained in:
2023-04-20 15:25:55 -05:00
parent 8b379198ec
commit 67775021bd
4 changed files with 7 additions and 5 deletions

6
Jenkinsfile vendored
View File

@@ -10,6 +10,12 @@ pipeline {
stage("build") {
steps {
sh "python -m build"
sh "python -m pyinstaller ./splitmsa/"
}
}
stage("test") {
steps {
sh "pip install dist/*.whl"
}
}
stage("publish") {