Admin/build_release
author wenzelm
Sun, 02 Oct 2022 16:26:48 +0200
changeset 76240 30d43e9b2077
parent 74038 b4f57bfe82e7
permissions -rwxr-xr-x
suppress command echo in output;

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