mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-09 12:11:15 +00:00
kill build dir before jenkins build
This commit is contained in:
parent
4fae382ffd
commit
710b69fc75
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -14,7 +14,8 @@ parallel 'centos7': {
|
||||
checkout scm
|
||||
|
||||
stage('Build Centos 7') {
|
||||
sh '''mkdir build && cd build
|
||||
sh '''rm -rf build/
|
||||
mkdir build && cd build
|
||||
CC=clang CXX=clang++ cmake ..
|
||||
make -j4
|
||||
'''
|
||||
|
Loading…
x
Reference in New Issue
Block a user