Admin/build_other
author wenzelm
Sat, 03 Sep 2022 22:25:22 +0200
changeset 76050 f1dc3d9d5164
parent 75518 cb4af8c6152f
permissions -rwxr-xr-x
check imports more strictly, e.g. reject ".../Pure" or ".../HOL-Library.Multiset";

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