Browse Source

Jenkinsfile tweak

pull/1/head
Joseph Henry 9 years ago
parent
commit
ea62366416
  1. 1
      Jenkinsfile

1
Jenkinsfile vendored

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

Loading…
Cancel
Save