Admin/jenkins/run_build
author desharna
Mon, 19 Feb 2024 11:39:00 +0100
changeset 79668 9f36a31fe7ae
parent 76223 be91db94e526
child 80044 da323d3d7570
permissions -rwxr-xr-x
added lemmas relpowp_left_unique and relpow_left_unique

#!/usr/bin/env bash
#
# Do not run this script manually, it is only to be executed by Jenkins.

set -x
set -e

PROFILE="$1"
shift

bin/isabelle components -a
bin/isabelle jedit -bf
bin/isabelle ocaml_setup
bin/isabelle ghc_setup
bin/isabelle ci_build "$PROFILE" "$@"