Admin/build_release
author blanchet
Fri, 25 Oct 2019 15:18:06 +0200 (2019-10-25)
changeset 70937 fe114eca312e
parent 64202 967515846691
child 73705 ac07f6be27ea
permissions -rwxr-xr-x
added support for repote Alt-Ergo
#!/usr/bin/env bash
#
# DESCRIPTION: build full Isabelle distribution from repository

THIS="$(cd "$(dirname "$0")"; pwd)"

"$THIS/build" jars || exit $?
exec "$THIS/../bin/isabelle_java" isabelle.Build_Release "$@"