Admin/build_release
author wenzelm
Fri, 04 Apr 2025 20:31:57 +0200
changeset 82435 96ec907364d7
parent 74038 b4f57bfe82e7
permissions -rwxr-xr-x
more robust: make double-sure that get_text does not crash (see on non-existent file);

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