Admin/jenkins/run_build
author Fabian Huch <huch@in.tum.de>
Thu, 29 Sep 2022 14:15:01 +0200
changeset 76223 be91db94e526
parent 76222 3c4e373922ca
child 80044 da323d3d7570
permissions -rwxr-xr-x
amend jenkins ci build;

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