Admin/build_other
author wenzelm
Mon, 06 Jun 2022 19:19:12 +0200
changeset 75518 cb4af8c6152f
parent 74038 Admin/build_history@b4f57bfe82e7
permissions -rwxr-xr-x
clarified remote vs. local build_history: operate on hg_sync directory instead of repository;

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