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/buildfile5
1 files changed, 3 insertions, 2 deletions
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}