Admin/build_other
author desharna
Thu, 02 Oct 2025 11:02:15 +0000
changeset 83240 dfa14d921fd2
parent 75518 cb4af8c6152f
permissions -rwxr-xr-x
consider nat as a datatype in the SMT-LIB module

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