Admin/build_release
author paulson <lp15@cam.ac.uk>
Tue, 14 Jan 2025 21:50:44 +0000
changeset 81805 1655c4a3516b
parent 74038 b4f57bfe82e7
permissions -rwxr-xr-x
simplified old proofs

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