Jenkinsfile build tweak, also converted Jenkinsfile to TABS

This commit is contained in:
Joseph Henry
2017-08-14 12:51:16 -07:00
parent ea62366416
commit efe5d15143

1
Jenkinsfile vendored
View File

@@ -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'
} }
} }