This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -48,7 +48,7 @@ pipeline {
|
||||
steps {
|
||||
checkout scm
|
||||
sh "rm -rf share"
|
||||
sh "rm -v *.zip"
|
||||
sh "rm -vf *.zip"
|
||||
sh "mkdir -p build"
|
||||
sh "cd build && cmake -DLIB=0 -DCMAKE_INSTALL_PREFIX=`pwd` ../"
|
||||
sh "cd build && make doc"
|
||||
|
||||
Reference in New Issue
Block a user