Admin/build_other
author blanchet
Wed, 01 Mar 2023 08:00:51 +0100
changeset 77429 110988ad5b4c
parent 75518 cb4af8c6152f
permissions -rwxr-xr-x
compile

#!/usr/bin/env bash
#
# DESCRIPTION: build other Isabelle from sync_repos directory

unset CDPATH
THIS="$(cd "$(dirname "$0")"; pwd)"

"$THIS/../bin/isabelle" scala_build -q || exit $?
"$THIS/../bin/isabelle_java" isabelle.Build_History "$@"