Admin/build_other
author wenzelm
Wed, 22 Jun 2022 14:22:08 +0200
changeset 75591 abd110cb7327
parent 75518 cb4af8c6152f
permissions -rwxr-xr-x
tuned;

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