Admin/build_history
author desharna
Tue, 28 Sep 2021 11:11:44 +0200
changeset 74388 d5e034f2c109
parent 74038 b4f57bfe82e7
permissions -rwxr-xr-x
fixed veriT environment variable in sledgehammer's documentation

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