forked from haskell-mafia/projector
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathboris.toml
More file actions
60 lines (42 loc) · 1.83 KB
/
boris.toml
File metadata and controls
60 lines (42 loc) · 1.83 KB
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
58
59
[boris]
version = 1
[build.dist-7-10-core]
command = [["master", "build", "dist-7-10", "-C", "projector-core"]]
[build.branches-7-10-core]
command = [["master", "build", "branches-7-10", "-C", "projector-core"]]
[build.dist-7-10-cli]
command = [["master", "build", "dist-7-10", "-C", "projector-cli"]]
[build.branches-7-10-cli]
command = [["master", "build", "branches-7-10", "-C", "projector-cli"]]
[build.dist-7-10-html-haskell]
command = [["master", "build", "dist-7-10", "-C", "projector-html-haskell"]]
[build.branches-7-10-html-haskell]
command = [["master", "build", "branches-7-10", "-C", "projector-html-haskell"]]
[build.dist-7-10-html]
command = [
["master", "build", "dist-7-10", "-C", "projector-html"]
, ["master", "build", "dist-doc", "-C", "projector-html"]
]
[build.branches-7-10-html]
command = [
["master", "build", "branches-7-10", "-C", "projector-html"]
, ["master", "build", "branches-doc", "-C", "projector-html"]
]
[build.dist-7-10-html-runtime-hs]
command = [["master", "build", "dist-7-10", "-C", "projector-html-runtime-hs"]]
[build.branches-7-10-html-runtime-hs]
command = [["master", "build", "branches-7-10", "-C", "projector-html-runtime-hs"]]
[build.dist-0-9-3-html-runtime-purs]
command = [["master", "build", "dist-0-9-3", "-C", "projector-html-runtime-purs"]]
[build.branches-0-9-3-html-runtime-purs]
command = [["master", "build", "branches-0-9-3", "-C", "projector-html-runtime-purs"]]
[build.dist-7-10-html-purs]
command = [["master", "build", "dist-7-10", "-C", "projector-html-purs"]]
[build.branches-7-10-html-purs]
command = [["master", "build", "branches-7-10", "-C", "projector-html-purs"]]
[build.dist-validate]
command = [["validate-respect"]]
[build.all-submodules]
command = [["dangling-refs"]]
[build.all-rebased]
command = [["rebased"]]