Admin/build_release
author wenzelm
Tue, 02 Jul 2024 16:42:13 +0200
changeset 80475 c766be851bc2
parent 74038 b4f57bfe82e7
permissions -rwxr-xr-x
enforce rebuild of Isabelle/ML;

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