Admin/build_other
author paulson <lp15@cam.ac.uk>
Sat, 20 Apr 2024 12:08:01 +0100
changeset 80138 a30a1385f7d0
parent 75518 cb4af8c6152f
permissions -rwxr-xr-x
Starting to tidy HOL-Nominal-Examples

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