Admin/jenkins/run_build
author Lars Hupel <lars.hupel@mytum.de>
Thu, 18 Oct 2018 20:04:23 +0200
changeset 69161 44e1c9f93755
parent 69137 90fce429e1bc
child 76222 3c4e373922ca
permissions -rwxr-xr-x
Jenkins: run ghc_setup

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