Admin/build_release
author wenzelm
Fri, 10 Jun 2022 14:36:05 +0200
changeset 75550 170ec97f1764
parent 74038 b4f57bfe82e7
permissions -rwxr-xr-x
more robust, notably for crontab;

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