forked from habitat-sh/builder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.bldr.toml
57 lines (51 loc) · 1.24 KB
/
.bldr.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
[builder-api-proxy]
plan_path = "components/builder-api-proxy/habitat"
paths = [
"components/builder-web/*",
]
[builder-api]
plan_path = "components/builder-api/habitat"
paths = [
"components/builder-api/*",
"components/builder-core/*",
"components/builder-db/*",
"components/builder-depot/*",
"components/github-api-client/*",
"components/oauth-client/*",
"components/builder-protocol/*",
"support/ci/builder-base-plan.sh",
]
[builder-datastore]
plan_path = "components/builder-datastore"
[builder-jobsrv]
plan_path = "components/builder-jobsrv/habitat"
paths = [
"components/builder-jobsrv/*",
"components/builder-core/*",
"components/builder-protocol/*",
"components/builder-db/*",
"support/ci/builder-base-plan.sh",
]
[builder-worker]
plan_path = "components/builder-worker/habitat"
paths = [
"components/builder-worker/*",
"components/builder-core/*",
"components/builder-protocol/*",
"support/ci/builder-base-plan.sh",
]
build_targets = [
"x86_64-windows",
"x86_64-linux",
"x86_64-linux-kernel2"
]
[builder-minio]
plan_path = "components/builder-minio/habitat"
paths = [
"components/builder-minio/*"
]
[builder-memcached]
plan_path = "components/builder-memcached"
paths = [
"components/builder-memcached/*"
]