Admin/build_release
author Mathias Fleury <Mathias.Fleury@mpi-inf.mpg.de>
Fri, 16 Oct 2020 19:34:37 +0200
changeset 72486 e4d707eb7d1b
parent 64202 967515846691
child 73705 ac07f6be27ea
permissions -rwxr-xr-x
reactivate veriT after changing options in 11f645d25498

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