work on Jenkinsfile
epsi-builds/msspec_python3/pipeline/head This commit looks good
Details
epsi-builds/msspec_python3/pipeline/head This commit looks good
Details
This commit is contained in:
parent
2784227bd3
commit
72d932f1e9
|
@ -3,7 +3,7 @@ pipeline {
|
||||||
stages {
|
stages {
|
||||||
stage('Building the code...') {
|
stage('Building the code...') {
|
||||||
steps {
|
steps {
|
||||||
sh 'make devel'
|
sh 'make devel PYTHON=python3'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Building HTML documentation...') {
|
stage('Building HTML documentation...') {
|
||||||
|
|
Loading…
Reference in New Issue