Added the build code target
epsi-builds/msspec_python3/pipeline/head There was a failure building this commit Details

This commit is contained in:
Sylvain Tricot 2021-06-30 15:31:55 +02:00
parent a33a42e9db
commit 2784227bd3
1 changed files with 1 additions and 2 deletions

3
Jenkinsfile vendored
View File

@ -3,12 +3,11 @@ pipeline {
stages {
stage('Building the code...') {
steps {
echo 'make devel'
sh 'make devel'
}
}
stage('Building HTML documentation...') {
steps {
echo 'building HTML...'
sh '/bin/bash -c "source _venv/bin/activate && pip install sphinx lxml"'
sh '/bin/bash -c "source _venv/bin/activate && cd doc && make html"'
}