Compare commits

..

2 Commits

Author SHA1 Message Date
d2531e6b58 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
2023-04-24 09:25:50 -05:00
df132814c8 Added installation test step 2023-04-24 09:25:48 -05:00

1
Jenkinsfile vendored
View File

@ -15,6 +15,7 @@ pipeline {
stage("build") {
steps {
sh "python -m build"
sh "splitmsa -h"
}
}
stage("test") {