Admin/jenkins/run_build
author wenzelm
Thu, 25 Oct 2018 17:08:04 +0200
changeset 69186 573b7fbd96a8
parent 69161 44e1c9f93755
child 76222 3c4e373922ca
permissions -rwxr-xr-x
updated to jdk-11+28 from https://adoptopenjdk.net -- with proper font rendering on Linux;

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