Admin/jenkins/run_build
author paulson <lp15@cam.ac.uk>
Tue, 11 Feb 2020 12:55:35 +0000
changeset 71435 d8fb621fea02
parent 69161 44e1c9f93755
child 76222 3c4e373922ca
permissions -rwxr-xr-x
some lemmas about the lex ordering on lists, etc.

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