Admin/build_other
author Thomas Lindae <thomas.lindae@in.tum.de>
Thu, 09 May 2024 22:22:44 +0200
changeset 81029 f4cb1e35c63e
parent 75518 cb4af8c6152f
permissions -rwxr-xr-x
lsp: added Output_Set_Margin and State_Set_Margin Notifications;

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