Admin/build_other
author wenzelm
Thu, 26 Sep 2024 23:04:01 +0200
changeset 80967 980cc422526e
parent 75518 cb4af8c6152f
permissions -rwxr-xr-x
merged

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