Admin/jenkins/run_build
author Lars Hupel <lars.hupel@mytum.de>
Mon, 08 Oct 2018 17:12:28 +0200
changeset 69137 90fce429e1bc
parent 63288 e0513d6e4916
child 69161 44e1c9f93755
permissions -rwxr-xr-x
Jenkins: run ocaml_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 "ci_build_$PROFILE" "$@"