master #34

Merged
peri4 merged 8 commits from master into release 2020-05-28 17:34:29 +03:00
2 changed files with 3 additions and 1 deletions
Showing only changes of commit a7f182a7cb - Show all commits

2
Jenkinsfile vendored
View File

@@ -53,7 +53,9 @@ pipeline {
sh "cd build && cmake -DLIB=0 -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/index.qhp pip_doc.qhp"
archiveArtifacts 'pip_doc.zip'
archiveArtifacts 'pip_doc.qhp'
}
}
}

2
pip

Submodule pip updated: 988ebac3b7...86b25303ef