Admin/build_release
author wenzelm
Thu, 15 Feb 2024 12:37:52 +0100
changeset 79618 50376abd132d
parent 74038 b4f57bfe82e7
permissions -rwxr-xr-x
tuned: prefer explicit update operation for immutable options;

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