forked from icicle-lang/icicle-ambiata
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathboris.toml
53 lines (48 loc) · 2.17 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
52
53
[boris]
version = 1
[build.all-submodules]
command = [["dangling-refs"]]
[build.all-rebased]
command = [["rebased"]]
[build.dist-validate]
command = [["validate-respect"]]
[build.dist-7-10-compiler]
command = [["master", "build", "dist-7-10", "-C", "icicle-compiler"]]
[build.dist-7-10-core]
command = [["master", "build", "dist-7-10", "-C", "icicle-core"]]
[build.dist-7-10-data]
command = [["master", "build", "dist-7-10", "-C", "icicle-data"]]
[build.dist-7-10-source]
command = [["master", "build", "dist-7-10", "-C", "icicle-source"]]
[build.dist-8-0-compiler]
command = [["master", "build", "dist-8-0", "-C", "icicle-compiler"]]
[build.dist-8-0-core]
command = [["master", "build", "dist-8-0", "-C", "icicle-core"]]
[build.dist-8-0-data]
command = [["master", "build", "dist-8-0", "-C", "icicle-data"]]
[build.dist-8-0-source]
command = [["master", "build", "dist-8-0", "-C", "icicle-source"]]
[build.branches-7-10-compiler]
command = [["master", "build", "branches-7-10", "-C", "icicle-compiler"]]
[build.branches-7-10-compiler-runtime]
command = [["master", "build", "branches-7-10-runtime", "-C", "icicle-compiler"]]
[build.branches-7-10-compiler-sundry]
command = [["master", "build", "branches-7-10-sundry", "-C", "icicle-compiler"]]
[build.branches-7-10-core]
command = [["master", "build", "branches-7-10", "-C", "icicle-core"]]
[build.branches-7-10-data]
command = [["master", "build", "branches-7-10", "-C", "icicle-data"]]
[build.branches-7-10-source]
command = [["master", "build", "branches-7-10", "-C", "icicle-source"]]
[build.branches-8-0-compiler]
command = [["master", "build", "branches-8-0", "-C", "icicle-compiler"]]
[build.branches-8-0-compiler-runtime]
command = [["master", "build", "branches-8-0-runtime", "-C", "icicle-compiler"]]
[build.branches-8-0-compiler-sundry]
command = [["master", "build", "branches-8-0-sundry", "-C", "icicle-compiler"]]
[build.branches-8-0-core]
command = [["master", "build", "branches-8-0", "-C", "icicle-core"]]
[build.branches-8-0-data]
command = [["master", "build", "branches-8-0", "-C", "icicle-data"]]
[build.branches-8-0-source]
command = [["master", "build", "branches-8-0", "-C", "icicle-source"]]