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 {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
stages {
|
stages {
|
||||||
|
stage("clean") {
|
||||||
|
steps {
|
||||||
|
sh 'rm -rf ./dist/*'
|
||||||
|
}
|
||||||
|
}
|
||||||
stage("install") {
|
stage("install") {
|
||||||
steps {
|
steps {
|
||||||
sh 'mamba env update --file environment.yml'
|
sh 'mamba env update --file environment.yml'
|
||||||
@ -15,6 +20,7 @@ pipeline {
|
|||||||
stage("test") {
|
stage("test") {
|
||||||
steps {
|
steps {
|
||||||
sh "pip install dist/*.whl"
|
sh "pip install dist/*.whl"
|
||||||
|
sh "splitmsa -h"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage("publish") {
|
stage("publish") {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = splitmsa
|
name = splitmsa
|
||||||
version = 0.0.2
|
version = 0.0.3
|
||||||
|
|
||||||
[options]
|
[options]
|
||||||
packages = splitmsa
|
packages = splitmsa
|
||||||
|
0
splitmsa/__init__.py
Normal file
0
splitmsa/__init__.py
Normal file
Loading…
x
Reference in New Issue
Block a user