forked from simple-machines/machinator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathboris.toml
30 lines (20 loc) · 820 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
[boris]
version = 1
[build.dist-7-10-core]
command = [["master", "build", "dist-7-10", "-C", "machinator-core"]]
[build.dist-7-10-haskell]
command = [["master", "build", "dist-7-10", "-C", "machinator-haskell"]]
[build.dist-7-10-purescript]
command = [["master", "build", "dist-7-10", "-C", "machinator-purescript"]]
[build.branches-7-10-core]
command = [["master", "build", "branches-7-10", "-C", "machinator-core"]]
[build.branches-7-10-haskell]
command = [["master", "build", "branches-7-10", "-C", "machinator-haskell"]]
[build.branches-7-10-purescript]
command = [["master", "build", "branches-7-10", "-C", "machinator-purescript"]]
[build.dist-validate]
command = [["validate-respect"]]
[build.all-submodules]
command = [["dangling-refs"]]
[build.all-rebased]
command = [["rebased"]]