release #12

Merged
peri4 merged 8 commits from release into master 2020-09-07 22:47:13 +03:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 9d8dc6b591 - Show all commits

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 ./"

2
cmake

Submodule cmake updated: e4a4c88d23...d1a11269f7