From 8a094bb0481a9c53646cc15db2e8acecafc3d10c Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 23 Aug 2018 22:29:35 +0300 Subject: Add basic support for CI request handling --- brep/handler/ci/buildfile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 brep/handler/ci/buildfile (limited to 'brep/handler/ci/buildfile') diff --git a/brep/handler/ci/buildfile b/brep/handler/ci/buildfile new file mode 100644 index 0000000..c45a79b --- /dev/null +++ b/brep/handler/ci/buildfile @@ -0,0 +1,11 @@ +# file : brep/handler/ci/buildfile +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# license : MIT; see accompanying LICENSE file + +./: exe{brep-ci-dir} + +include ../ + +exe{brep-ci-dir}: in{ci-dir} bash{ci} ../bash{handler} + +bash{ci}: in{ci} ../bash{handler} -- cgit v1.1