Jenkinsfile build tweak, also converted Jenkinsfile to TABS
This commit is contained in:
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@@ -287,6 +287,7 @@ parallel 'centos7': {
|
|||||||
checkout scm
|
checkout scm
|
||||||
sh 'git submodule update --init'
|
sh 'git submodule update --init'
|
||||||
stage('macOS lwIP, ipv6') {
|
stage('macOS lwIP, ipv6') {
|
||||||
|
sh 'rm -rf .depend'
|
||||||
sh 'make -f make-liblwip.mk liblwip.a IPV6=1'
|
sh 'make -f make-liblwip.mk liblwip.a IPV6=1'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user