mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 10:33:52 +01:00
Jenkinsfile : regenerated with zproject support for better workspace cleanup before test preparation
This commit is contained in:
parent
4110c6b751
commit
c6a6ec39a6
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -84,6 +84,8 @@ pipeline {
|
||||
stage ('prepare') {
|
||||
steps {
|
||||
dir("tmp") {
|
||||
sh 'if [ -s Makefile ]; then make -k distclean || true ; fi'
|
||||
sh 'chmod -R u+w .'
|
||||
deleteDir()
|
||||
}
|
||||
sh './autogen.sh'
|
||||
|
Loading…
Reference in New Issue
Block a user