-
Notifications
You must be signed in to change notification settings - Fork 8
/
boris.toml
31 lines (24 loc) · 923 Bytes
/
boris.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
[boris]
version = 1
[build.dist-7-10-core]
command = [["master", "build", "dist-7-10", "-C", "zebra-core"]]
[build.dist-7-10-cli]
command = [["master", "build", "dist-7-10", "-C", "zebra-cli"]]
[build.dist-8-0-core]
command = [["master", "build", "dist-8-0", "-C", "zebra-core"]]
[build.dist-8-0-cli]
command = [["master", "build", "dist-8-0", "-C", "zebra-cli"]]
[build.dist-validate]
command = [["validate-respect"]]
[build.branches-7-10-core]
command = [["master", "build", "branches-7-10", "-C", "zebra-core"]]
[build.branches-7-10-cli]
command = [["master", "build", "branches-7-10", "-C", "zebra-cli"]]
[build.branches-8-0-core]
command = [["master", "build", "branches-8-0", "-C", "zebra-core"]]
[build.branches-8-0-cli]
command = [["master", "build", "branches-8-0", "-C", "zebra-cli"]]
[build.all-rebased]
command = [["rebased"]]
[build.all-submodules]
command = [["dangling-refs"]]