-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathboris.toml
51 lines (40 loc) · 1 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
[boris]
version = 1
[build.dist-7-10-core]
command = [
["master", "build", "dist-7-10", "-C", "hadron-core"]
]
[build.dist-8-0-core]
command = [
["master", "build", "dist-8-0", "-C", "hadron-core"]
]
[build.dist-7-10-wai]
command = [
["master", "build", "dist-7-10", "-C", "hadron-wai"]
]
[build.dist-8-0]
command = [
["master", "build", "dist-8-0", "-C", "hadron-wai"]
]
[build.branches-7-10-core]
command = [
["master", "build", "branches-7-10", "-C", "hadron-core"]
]
[build.branches-8-0-core]
command = [
["master", "build", "branches-8-0", "-C", "hadron-core"]
]
[build.branches-7-10-wai]
command = [
["master", "build", "branches-7-10", "-C", "hadron-wai"]
]
[build.branches-8-0-wai]
command = [
["master", "build", "branches-8-0", "-C", "hadron-wai"]
]
[build.dist-validate]
command = [["validate-respect"]]
[build.all-rebased]
command = [["rebased"]]
[build.all-submodules]
command = [["dangling-refs"]]