Admin/build_release
author wenzelm
Wed, 14 Sep 2022 14:54:21 +0200
changeset 76147 75f0fc965539
parent 74038 b4f57bfe82e7
permissions -rwxr-xr-x
misc tuning and clarification; proper shutdown_hook;

#!/usr/bin/env bash
#
# DESCRIPTION: build full Isabelle distribution from repository

unset CDPATH
THIS="$(cd "$(dirname "$0")"; pwd)"

"$THIS/../bin/isabelle" scala_build -q || exit $?
"$THIS/../bin/isabelle_java" isabelle.Build_Release "$@"