work on Jenkinsfile
epsi-builds/msspec_python3/pipeline/head This commit looks good Details

This commit is contained in:
Sylvain Tricot 2021-06-30 15:34:34 +02:00
parent 2784227bd3
commit 72d932f1e9
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -3,7 +3,7 @@ pipeline {
stages {
stage('Building the code...') {
steps {
sh 'make devel'
sh 'make devel PYTHON=python3'
}
}
stage('Building HTML documentation...') {