jenkins pip doc

This commit is contained in:
2020-09-07 15:12:41 +03:00
parent 079a1bda02
commit 3640203dd8

2
Jenkinsfile vendored
View File

@@ -50,7 +50,7 @@ pipeline {
sh "rm -rf share"
sh "rm -vf *.zip"
sh "mkdir -p build"
sh "cd build && cmake -DLIB=0 -DCMAKE_INSTALL_PREFIX=`pwd` ../"
sh "cd build && cmake -DLOCAL=1 -DCMAKE_INSTALL_PREFIX=`pwd` ../"
sh "cd build && make doc"
sh "cd share/doc && zip -r ../../pip_doc.zip pip"
sh "cp share/doc/pip/html/pip.qch ./"