summaryrefslogtreecommitdiffstats
path: root/jjb/cicn/include-raw-cicn-libccnx-common-build.sh
blob: 3fd0ca5a0f5e1464dd29e990d83b7bbe08ed09db (plain)
1
2
3
4
5
6
7
8
#!/bin/bash
# basic build script example
set -euxo pipefail
IFS=$'\n\t'

pushd libccnx-common/scripts
bash build-package.sh
popd