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