Admin/build_release
author desharna
Fri, 28 Mar 2025 16:09:20 +0100
changeset 82368 ef3ec45ded4d
parent 74038 b4f57bfe82e7
permissions -rwxr-xr-x
tuned stringification of proof method in try0

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