Adding debugging information and support for radio emulation packages.
[ci-management.git] / jjb / cicn / include-raw-cicn-libccnx-common-build.sh
1 #!/bin/bash
2 # basic build script example
3 set -euxo pipefail
4 IFS=$'\n\t'
5
6 PACKAGE_NAME="LIBCCNX_COMMON"
7 PACKAGE_DEPS="LIBCCNX_COMMON_DEPS"
8 pushd libccnx-common
9 build_package $PACKAGE_NAME $PACKAGE_DEPS
10 popd