Admin/build_release
author desharna
Thu, 13 Oct 2022 17:00:43 +0200
changeset 76284 71bf371a9784
parent 74038 b4f57bfe82e7
permissions -rwxr-xr-x
NEWS

#!/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 "$@"