Jenkinsfile doc, PIP
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -53,7 +53,9 @@ pipeline {
|
|||||||
sh "cd build && cmake -DLIB=0 -DCMAKE_INSTALL_PREFIX=`pwd` ../"
|
sh "cd build && cmake -DLIB=0 -DCMAKE_INSTALL_PREFIX=`pwd` ../"
|
||||||
sh "cd build && make doc"
|
sh "cd build && make doc"
|
||||||
sh "cd share/doc && zip -r ../../pip_doc.zip pip"
|
sh "cd share/doc && zip -r ../../pip_doc.zip pip"
|
||||||
|
sh "cp share/doc/pip/html/index.qhp pip_doc.qhp"
|
||||||
archiveArtifacts 'pip_doc.zip'
|
archiveArtifacts 'pip_doc.zip'
|
||||||
|
archiveArtifacts 'pip_doc.qhp'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
2
pip
2
pip
Submodule pip updated: 988ebac3b7...86b25303ef
Reference in New Issue
Block a user