mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-07 04:53:44 +02:00
this should work better
This commit is contained in:
parent
710b69fc75
commit
741258051e
1 changed files with 3 additions and 2 deletions
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
|
@ -14,9 +14,10 @@ parallel 'centos7': {
|
||||||
checkout scm
|
checkout scm
|
||||||
|
|
||||||
stage('Build Centos 7') {
|
stage('Build Centos 7') {
|
||||||
sh '''rm -rf build/
|
sh '''scl enable devtoolset-8 -- bash
|
||||||
|
rm -rf build/
|
||||||
mkdir build && cd build
|
mkdir build && cd build
|
||||||
CC=clang CXX=clang++ cmake ..
|
cmake ..
|
||||||
make -j4
|
make -j4
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue