Admin/build_release
author desharna
Thu, 12 Jan 2023 15:46:44 +0100
changeset 76945 fcd1df8f48fc
parent 74038 b4f57bfe82e7
permissions -rwxr-xr-x
added session to mirabelle output directory structure

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