X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=jjb%2Fscripts%2Fvpp%2Fbuild.sh;h=94aa13673d7ce0cefdbf3e067cbd031867bf402f;hb=7ed777562b634e804d295b44e56eadc26b113dd5;hp=388d05c5d9810f18274e01ef68fc5fff6492fc43;hpb=f2cdd9d95349b2fe02ee76e22f37046c4740b235;p=ci-management.git diff --git a/jjb/scripts/vpp/build.sh b/jjb/scripts/vpp/build.sh index 388d05c5d..94aa13673 100644 --- a/jjb/scripts/vpp/build.sh +++ b/jjb/scripts/vpp/build.sh @@ -60,6 +60,11 @@ make_build_test() { BUILD_ERROR="FAILED 'make install-ext-deps'" return fi + if [ -f extras/scripts/build_static_vppctl.sh ]; then + if ! extras/scripts/build_static_vppctl.sh ; then + BUILD_ERROR="FAILED 'extras/scripts/build_static_vppctl.sh'" + return + fi if ! make UNATTENDED=yes test-dep ; then BUILD_ERROR="FAILED 'make test-dep'" return