Added the build code target
epsi-builds/msspec_python3/pipeline/head There was a failure building this commit
Details
epsi-builds/msspec_python3/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
a33a42e9db
commit
2784227bd3
|
@ -3,12 +3,11 @@ pipeline {
|
||||||
stages {
|
stages {
|
||||||
stage('Building the code...') {
|
stage('Building the code...') {
|
||||||
steps {
|
steps {
|
||||||
echo 'make devel'
|
sh 'make devel'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Building HTML documentation...') {
|
stage('Building HTML documentation...') {
|
||||||
steps {
|
steps {
|
||||||
echo 'building HTML...'
|
|
||||||
sh '/bin/bash -c "source _venv/bin/activate && pip install sphinx lxml"'
|
sh '/bin/bash -c "source _venv/bin/activate && pip install sphinx lxml"'
|
||||||
sh '/bin/bash -c "source _venv/bin/activate && cd doc && make html"'
|
sh '/bin/bash -c "source _venv/bin/activate && cd doc && make html"'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue