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

source ./build-package.sh

PACKAGE_NAME="LONGBOW"
PACKAGE_DEPS="LONGBOW_DEPS"
cd longbow
build_package $PACKAGE_NAME $PACKAGE_DEPS