Admin/jenkins/run_build
author wenzelm
Sat, 01 Jun 2019 11:29:59 +0200
changeset 70299 83774d669b51
parent 69161 44e1c9f93755
child 76222 3c4e373922ca
permissions -rwxr-xr-x
Added tag Isabelle2019-RC4 for changeset ad2d84c42380

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