Turn on debugging
[ci-management.git] / jjb / tldk / include-raw-build.sh
1 #!/bin/bash
2
3 # basic build script example
4 DEBUG=1
5 set -e -o pipefail
6
7 SCRIPTDIR=$(realpath "$(dirname $0)/../../")
8 [ "${DEBUG}" -gt "0" ] && source "${SCRIPTDIR}/scripts/debug.sh"
9
10 make
11
12 echo "*******************************************************************"
13 echo "* TLDK BUILD SUCCESSFULLY COMPLETED"
14 echo "*******************************************************************"