Jenkinsfile tweak

This commit is contained in:
Joseph Henry
2017-08-14 12:33:43 -07:00
parent 1e6abeeaf3
commit ea62366416

1
Jenkinsfile vendored
View File

@@ -27,6 +27,7 @@ parallel 'centos7': {
checkout scm
sh 'git submodule update --init'
stage('linux lwIP, ipv6') {
sh 'rm -rf .depend'
sh 'make -f make-liblwip.mk liblwip.a IPV6=1'
}
}