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

PACKAGE_NAME="LONGBOW"
PACKAGE_DEPS="LONGBOW_DEPS"
pushd longbow
build_package $PACKAGE_NAME $PACKAGE_DEPS
popd