aboutsummaryrefslogtreecommitdiff
path: root/brep/handler/ci/buildfile
blob: 3ed6807dfd4a58f6b7a1c486272f6eed860fdd1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# file      : brep/handler/ci/buildfile
# copyright : Copyright (c) 2014-2019 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}