author | Lars Hupel <lars.hupel@mytum.de> |
Thu, 04 Oct 2018 11:10:15 +0200 | |
changeset 69116 | cbcc43a00cff |
parent 69115 | 919a1b23c192 |
child 69118 | 12dce58bcd3f |
Admin/jenkins/build/ci_build_makeall.scala | file | annotate | diff | comparison | revisions |
--- a/Admin/jenkins/build/ci_build_makeall.scala Wed Oct 03 20:55:59 2018 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,16 +0,0 @@ -object profile extends isabelle.CI_Profile -{ - - import isabelle._ - - def threads = 2 - def jobs = 3 - def include = Nil - def select = Nil - - def pre_hook(args: List[String]) = {} - def post_hook(results: Build.Results) = {} - - def selection = Sessions.Selection(all_sessions = true) - -}