Compare commits
3 Commits
a5b7d2773e
...
4d2c491733
Author | SHA1 | Date | |
---|---|---|---|
4d2c491733 | |||
842458f20c | |||
40c8afe68c |
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -3,8 +3,7 @@ pipeline {
|
||||
stages {
|
||||
stage("install") {
|
||||
steps {
|
||||
sh 'mamba env update --file environment.yml || mamba env create --force --file environment.yml'
|
||||
sh 'echo "mamba activate bmlsa" >> ~/.bashrc'
|
||||
sh 'mamba env update --file environment.yml --prefix ./env || mamba env create --force --file environment.yml --prefix ./env'
|
||||
}
|
||||
}
|
||||
stage("unit tests") {
|
||||
@ -19,7 +18,7 @@ pipeline {
|
||||
sh 'rm -rf ./docs/build/*'
|
||||
sh "python -m build"
|
||||
sh 'sphinx-apidoc -o docs/source/autodoc/bmlsa src/bmlsa --force'
|
||||
sh 'make -C docs html'
|
||||
sh 'sphinx-build -M html ./docs/source ./docs/build'
|
||||
publishHTML([allowMissing: false, alwaysLinkToLastBuild: false, keepAll: false, reportDir: 'docs/build/html', reportFiles: 'index.html', reportName: 'Documentation', reportTitles: ''])
|
||||
}
|
||||
}
|
||||
|
@ -8,4 +8,5 @@ dependencies:
|
||||
- twine=4
|
||||
- python-build=0.10.0
|
||||
- setuptools=67.6
|
||||
- sphinx=6.2
|
||||
- sphinx=6.2
|
||||
prefix: ./env
|
Loading…
Reference in New Issue
Block a user