Compare commits
5 Commits
2c38d7d172
...
d1b3993011
Author | SHA1 | Date | |
---|---|---|---|
d1b3993011 | |||
ad8fe00479 | |||
df132814c8 | |||
9b56853e36 | |||
0cc3539280 |
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -1,6 +1,11 @@
|
||||
pipeline {
|
||||
agent any
|
||||
stages {
|
||||
stage("clean") {
|
||||
steps {
|
||||
sh 'rm -rf ./dist/*'
|
||||
}
|
||||
}
|
||||
stage("install") {
|
||||
steps {
|
||||
sh 'mamba env update --file environment.yml'
|
||||
@ -15,6 +20,7 @@ pipeline {
|
||||
stage("test") {
|
||||
steps {
|
||||
sh "pip install dist/*.whl"
|
||||
sh "splitmsa -h"
|
||||
}
|
||||
}
|
||||
stage("publish") {
|
||||
|
@ -1,6 +1,6 @@
|
||||
[metadata]
|
||||
name = splitmsa
|
||||
version = 0.0.2
|
||||
version = 0.0.3
|
||||
|
||||
[options]
|
||||
packages = splitmsa
|
||||
|
0
splitmsa/__init__.py
Normal file
0
splitmsa/__init__.py
Normal file
Loading…
x
Reference in New Issue
Block a user