Trigger daily build of CICN packages
[ci-management.git] / jjb / cicn / include-raw-cicn-vpp-plugin-build.sh
1 #!/bin/bash
2 # basic build script example
3 set -euo pipefail
4 IFS=$'\n\t'
5
6 PACKAGE_NAME="VPP_PLUGIN"
7 PACKAGE_DEPS="VPP_PLUGIN_DEPS"
8
9 cd cicn-plugin
10
11 build_package $PACKAGE_NAME $PACKAGE_DEPS