summaryrefslogtreecommitdiffstats
path: root/jjb/cicn/include-raw-cicn-vpp-plugin-build.sh
blob: c338c2cf62d88fc4ad47f34562d84a4e2785e410 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash
# basic build script example
set -euo pipefail
IFS=$'\n\t'

PACKAGE_NAME="VPP_PLUGIN"
PACKAGE_DEPS="VPP_PLUGIN_DEPS"

cd cicn-plugin

build_package $PACKAGE_NAME $PACKAGE_DEPS