aboutsummaryrefslogtreecommitdiff
path: root/brep/handler/ci/buildfile
blob: 69234d6c932adcf96be935625f7480498781b6ee (plain)
1
2
3
4
5
6
7
8
9
10
11
# file      : brep/handler/ci/buildfile
# 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}