aboutsummaryrefslogtreecommitdiff
path: root/brep/handler/ci/buildfile
blob: ad57e338dedf101bbff6b0f9dbf41b3c096897a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# file      : brep/handler/ci/buildfile
# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license   : MIT; see accompanying LICENSE file

./: exe{brep-ci-dir} exe{brep-ci-load}

include ../

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}