Admin/build_other
author wenzelm
Sun, 02 Oct 2022 17:03:02 +0200
changeset 76242 d704efeb01db
parent 75518 cb4af8c6152f
permissions -rwxr-xr-x
proper cygwin component (see d042947e47a3)

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