Admin/build_release
author wenzelm
Tue, 31 Jan 2023 17:21:46 +0100
changeset 77153 0bb95bcf804e
parent 74038 b4f57bfe82e7
permissions -rwxr-xr-x
more accurate output: avoid output_body from last run;

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