Admin/build_history
author wenzelm
Mon, 08 Nov 2021 20:26:16 +0100
changeset 74736 df4449c6eff1
parent 74038 b4f57bfe82e7
permissions -rwxr-xr-x
explicit option metric_argo_timeout, with reasonable default for Raspberry Pi;

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