Admin/build_release
author haftmann
Mon, 16 Dec 2024 21:08:43 +0100
changeset 81609 3458f17e7cba
parent 74038 b4f57bfe82e7
permissions -rwxr-xr-x
more simp rules on word conversions

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