Admin/build_release
author wenzelm
Sun, 01 Dec 2024 14:24:10 +0100
changeset 81522 e8b388c2b490
parent 74038 b4f57bfe82e7
permissions -rwxr-xr-x
tuned;

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