aboutsummaryrefslogtreecommitdiff
path: root/brep/handler/ci/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'brep/handler/ci/buildfile')
-rw-r--r--brep/handler/ci/buildfile11
1 files changed, 11 insertions, 0 deletions
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}