Admin/build_release
author wenzelm
Mon, 09 Sep 2024 23:50:58 +0200
changeset 80838 aaf9e8a392cc
parent 74038 b4f57bfe82e7
permissions -rwxr-xr-x
minor performance tuning, following Isabelle/Scala;

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