Admin/build_release
author wenzelm
Wed, 15 Jan 2025 15:49:16 +0100
changeset 81826 57b0a02e2774
parent 74038 b4f57bfe82e7
permissions -rwxr-xr-x
clarified signature: more explicit operations;

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