Jenkinsfile
All checks were successful
pipdoc/pipeline/head This commit looks good

This commit is contained in:
2020-05-28 15:00:25 +03:00
parent 007e3db9ef
commit 1010eaf6db

2
Jenkinsfile vendored
View File

@@ -48,7 +48,7 @@ pipeline {
steps { steps {
checkout scm checkout scm
sh "rm -rf share" sh "rm -rf share"
sh "rm -v *.zip" sh "rm -vf *.zip"
sh "mkdir -p build" sh "mkdir -p build"
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"