Admin/jenkins/run_build
author Fabian Huch <huch@in.tum.de>
Fri, 07 Jun 2024 17:40:12 +0200
changeset 80282 3c3a9154c107
parent 80044 da323d3d7570
permissions -rwxr-xr-x
always handle interrupted jobs;

#!/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 go_setup
bin/isabelle ci_build "$PROFILE" "$@"