Added step to add bioconda as channel for dependencies
Some checks failed
autoBIGS.cli-bioconda/pipeline/head There was a failure building this commit
Some checks failed
autoBIGS.cli-bioconda/pipeline/head There was a failure building this commit
This commit is contained in:
9
Jenkinsfile
vendored
9
Jenkinsfile
vendored
@@ -21,6 +21,7 @@ pipeline {
|
||||
}
|
||||
stage("conda") {
|
||||
steps {
|
||||
sh 'conda config --add channels bioconda'
|
||||
sh 'conda env update -n base --file environment.yml'
|
||||
}
|
||||
}
|
||||
@@ -36,18 +37,14 @@ pipeline {
|
||||
}
|
||||
stage("lint") {
|
||||
steps {
|
||||
container(miniforge3) {
|
||||
dir('auto-updated-bioconda-recipes') {
|
||||
sh 'conda -n install python=3.10 bioconda-utils'
|
||||
sh 'bioconda-utils lint recipes/ --packages autobigs-cli'
|
||||
}
|
||||
dir('auto-updated-bioconda-recipes') {
|
||||
sh 'bioconda-utils lint recipes/ --packages autobigs-cli'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage("build") {
|
||||
steps {
|
||||
dir('auto-updated-bioconda-recipes') {
|
||||
sh 'conda install autobigs-engine=$(python ../pypi_latest_ver.py autoBIGS.engine)'
|
||||
sh 'conda build recipes/autobigs-cli'
|
||||
}
|
||||
}
|
||||
|
1
auto-updated-bioconda-recipes
Submodule
1
auto-updated-bioconda-recipes
Submodule
Submodule auto-updated-bioconda-recipes added at 5b96026a21
@@ -6,3 +6,5 @@ dependencies:
|
||||
- conda-build
|
||||
- grayskull
|
||||
- git
|
||||
- bioconda-utils
|
||||
- python=3.10.*
|
Reference in New Issue
Block a user