Admin/build_other
author wenzelm
Tue, 05 Mar 2024 20:20:45 +0100
changeset 79788 ece213b90d0f
parent 75518 cb4af8c6152f
permissions -rwxr-xr-x
tuned whitespace: avoid TABs;

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