Compare commits
2 Commits
e45464f480
...
57c19a2e8c
| Author | SHA1 | Date | |
|---|---|---|---|
| 57c19a2e8c | |||
| 14c8a359bd |
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -53,9 +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"
|
sh "cp share/doc/pip/html/pip.qch ./"
|
||||||
archiveArtifacts 'pip_doc.zip'
|
archiveArtifacts 'pip_doc.zip'
|
||||||
archiveArtifacts 'pip_doc.qhp'
|
archiveArtifacts 'pip.qch'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user