# HG changeset patch # User wenzelm # Date 1495459184 -7200 # Node ID c28143ae38cd50c8e20075c6d0893d91ba39e19d # Parent e896db33d4ce6871c08f27c339245cf1948d674b more settings; diff -r e896db33d4ce -r c28143ae38cd src/Pure/Admin/isabelle_cronjob.scala --- a/src/Pure/Admin/isabelle_cronjob.scala Mon May 22 14:44:07 2017 +0200 +++ b/src/Pure/Admin/isabelle_cronjob.scala Mon May 22 15:19:44 2017 +0200 @@ -186,7 +186,9 @@ List(Remote_Build("Linux B", "lxbroy10", historic = true, history = 90, options = "-m32 -B -M1x4,2,4,6", args = "-N -g timing")), List( - Remote_Build("Mac OS X 10.9 Mavericks", "macbroy2", options = "-m32 -M8", args = "-a", + Remote_Build("Mac OS X 10.9 Mavericks", "macbroy2", + options = "-m32 -M8 -e ISABELLE_GHC=ghc -e ISABELLE_MLTON=mlton -e ISABELLE_OCAML=ocaml -e ISABELLE_OCAMLC=ocamlc -e ISABELLE_SMLNJ=/mnt/nfsbroy/home/smlnj/bin/sml", + args = "-a", detect = Build_Log.Prop.build_tags + " IS NULL"), Remote_Build("Mac OS X 10.9 Mavericks, quick_and_dirty", "macbroy2", options = "-m32 -M8 -t quick_and_dirty", args = "-a -o quick_and_dirty", @@ -200,10 +202,12 @@ List(Remote_Build("Mac OS X 10.10 Yosemite", "macbroy31", options = "-m32 -M2", args = "-a")), List( Remote_Build("Windows", "vmnipkow9", history = 90, shared_home = false, - options = "-m32 -M4", args = "-a", + options = "-m32 -M4 -e ISABELLE_OCAML=ocaml -e ISABELLE_OCAMLC=ocamlc", + args = "-a", detect = Build_Log.Settings.ML_PLATFORM + " = " + SQL.string("x86-windows")), Remote_Build("Windows", "vmnipkow9", history = 90, shared_home = false, - options = "-m64 -M4", args = "-a", + options = "-m64 -M4 -e ISABELLE_OCAML=ocaml -e ISABELLE_OCAMLC=ocamlc", + args = "-a", detect = Build_Log.Settings.ML_PLATFORM + " = " + SQL.string("x86_64-windows")))) }