Admin/jenkins/run_build
author wenzelm
Mon, 12 Jun 2017 15:20:07 +0200
changeset 66069 0a34bfc15e2c
parent 63288 e0513d6e4916
child 69137 90fce429e1bc
permissions -rwxr-xr-x
obsolete;

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