Admin/build_history
author desharna
Fri, 21 Jan 2022 15:38:00 +0100
changeset 74997 d4a52993a81e
parent 74038 b4f57bfe82e7
permissions -rwxr-xr-x
removed unsynchronized references in mirabelle_sledgehammer

#!/usr/bin/env bash
#
# DESCRIPTION: build history versions from another repository clone

unset CDPATH
THIS="$(cd "$(dirname "$0")"; pwd)"

"$THIS/../bin/isabelle" scala_build -q || exit $?
"$THIS/../bin/isabelle_java" isabelle.Build_History "$@"