Compare commits

...

1 Commits

Author SHA1 Message Date
b4aece7f29 Pipeline now checks the installation
All checks were successful
ydeng/splitmsa/pipeline/head This commit looks good
2023-04-22 16:40:17 -05:00
3 changed files with 2 additions and 1 deletions

1
Jenkinsfile vendored
View File

@@ -20,6 +20,7 @@ pipeline {
stage("test") {
steps {
sh "pip install dist/*.whl"
sh "splitmsa -h"
}
}
stage("publish") {

View File

@@ -9,4 +9,4 @@ install_requires =
[options.entry_points]
console_scripts =
splitmsa = splitmsa.splitmsa:main
splitmsa = splitmsa.cli:main