author | nipkow |
Thu, 04 Oct 2018 11:18:39 +0200 | |
changeset 69118 | 12dce58bcd3f |
parent 69116 | cbcc43a00cff (diff) |
parent 69117 | 3d3e87835ae8 (current diff) |
child 69119 | 088d38704913 |
child 69122 | 1b5178abaf97 |
--- a/Admin/jenkins/build/ci_build_makeall.scala Thu Oct 04 10:35:29 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) - -}