Admin/build_release
author haftmann
Sun, 06 Apr 2025 18:12:52 +0200
changeset 82453 f9e6cbc6bf22
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 "$@"