Skip to content

Commit 8d8d87f

Browse files
committed
Wildcard boris config
1 parent e32c3ea commit 8d8d87f

File tree

2 files changed

+5
-29
lines changed

2 files changed

+5
-29
lines changed

boris-git.toml

+4-28
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,11 @@
11
[boris]
22
version = 1
33

4-
[build.validate]
4+
[build.dist-*]
55
git = "refs/heads/master"
66

7-
[build.dist-7-10]
8-
git = "refs/heads/master"
9-
10-
[build.dist-8-0]
11-
git = "refs/heads/master"
12-
13-
[build.dist-cabal-test]
14-
git = "refs/heads/master"
15-
16-
[build.branches-7-8]
17-
git = "refs/heads/topic/*"
18-
19-
[build.branches-7-10]
7+
[build.branches-*]
208
git = "refs/heads/topic/*"
219

22-
[build.branches-8-0]
23-
git = "refs/heads/topic/*"
24-
25-
[build.branches-cabal-test]
26-
git = "refs/heads/topic/*"
27-
28-
[build.submodules]
29-
git = "refs/heads/master"
30-
31-
[build.submodules-branches]
32-
git = "refs/heads/topic/*"
33-
34-
[build.rebased]
35-
git = "refs/heads/master"
10+
[build.all-*]
11+
git = "refs/heads/**"

boris.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[boris]
22
version = 1
33

4-
[build.validate]
4+
[build.dist-validate]
55
command = [["validate-respect"]]
66

77
[build.dist-7-10]

0 commit comments

Comments
 (0)