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

PACKAGE_NAME="HTTP_SERVER"
PACKAGE_DEPS="HTTP_SERVER_DEPS"
build_package $PACKAGE_NAME $PACKAGE_DEPS