From b1888e516c9c9d750726318227bf69856ec91b8b Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 31 Aug 2018 21:41:53 +0300 Subject: Add ci-load --- brep/handler/ci/buildfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'brep/handler/ci/buildfile') diff --git a/brep/handler/ci/buildfile b/brep/handler/ci/buildfile index c45a79b..ad57e33 100644 --- a/brep/handler/ci/buildfile +++ b/brep/handler/ci/buildfile @@ -2,10 +2,11 @@ # copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -./: exe{brep-ci-dir} +./: exe{brep-ci-dir} exe{brep-ci-load} include ../ -exe{brep-ci-dir}: in{ci-dir} bash{ci} ../bash{handler} +exe{brep-ci-dir}: in{ci-dir} bash{ci} ../bash{handler} +exe{brep-ci-load}: in{ci-load} bash{ci} ../bash{handler} bash{ci}: in{ci} ../bash{handler} -- cgit v1.1