Admin/build_other
author wenzelm
Sun, 06 Nov 2022 20:56:05 +0100
changeset 76476 9600720071e6
parent 75518 cb4af8c6152f
permissions -rwxr-xr-x
clarified delay -- more reactive;

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