Admin/build_release
author wenzelm
Sat, 14 Dec 2024 17:35:53 +0100
changeset 81590 e656c5edc352
parent 74038 b4f57bfe82e7
permissions -rwxr-xr-x
clarified signature;

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