Admin/build_release
author blanchet
Tue, 01 Feb 2022 17:11:26 +0100
changeset 75056 04a4881ff0fd
parent 74038 b4f57bfe82e7
permissions -rwxr-xr-x
propagate right result when enough proofs have been found

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