mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 20:43:44 +02:00
kill build dir before jenkins build
This commit is contained in:
parent
4fae382ffd
commit
710b69fc75
1 changed files with 2 additions and 1 deletions
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…
Add table
Reference in a new issue