Admin/build_other
author Thomas Lindae <thomas.lindae@in.tum.de>
Fri, 05 Jul 2024 13:15:50 +0200
changeset 81071 e1bfcc2a2c05
parent 75518 cb4af8c6152f
permissions -rwxr-xr-x
vscode: made uri equality check on actual strings, not on the functions;

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