Admin/build_release
author desharna
Thu, 10 Jun 2021 11:21:57 +0200
changeset 73847 58f6b41efe88
parent 73705 ac07f6be27ea
child 74017 b4e6b82fdb9e
permissions -rwxr-xr-x
refactored Mirabelle to produce output in real time

#!/usr/bin/env bash
#
# DESCRIPTION: build full Isabelle distribution from repository

unset CDPATH
THIS="$(cd "$(dirname "$0")"; pwd)"

"$THIS/build" jars || exit $?
exec "$THIS/../bin/isabelle_java" isabelle.Build_Release "$@"