Skip to content

Commit 8f0bc45

Browse files
committed
boris.toml / master.toml
1 parent 269c867 commit 8f0bc45

File tree

5 files changed

+60
-22
lines changed

5 files changed

+60
-22
lines changed

bin/ci

-3
This file was deleted.

bin/ci.branches

-3
This file was deleted.

bin/ci.common

-12
This file was deleted.

boris.toml

+16-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
11
[boris]
22
version = 1
33

4-
[build.dist]
5-
command = [["bin/ci"]]
4+
[build.submodules]
5+
command = [["dangling-refs"]]
66

7-
[build.branches]
8-
command = [["bin/ci.branches"]]
7+
[build.validate]
8+
command = [["validate-respect"]]
9+
10+
[build.dist-7-8]
11+
12+
[build.dist-7-10]
13+
14+
[build.dist-8-0]
15+
16+
[build.branches-7-8]
17+
18+
[build.branches-7-10]
19+
20+
[build.branches-8-0]

master.toml

+44
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
[master]
2+
runner = "s3://ambiata-dispensary-v2/dist/master/master-haskell/linux/x86_64/20160627025738-519272a/master-haskell-20160627025738-519272a"
3+
version = 1
4+
sha1 = "e649e684fa907f54ae4f1a35a12ce4183cb91bd6"
5+
6+
[build.dist-7-8]
7+
GHC_VERSION="7.8.4"
8+
CABAL_VERSION="1.22.4.0"
9+
MAFIA_HAPPY = "true"
10+
11+
[build.dist-7-10]
12+
GHC_VERSION="7.10.2"
13+
CABAL_VERSION="1.22.4.0"
14+
MAFIA_HAPPY = "true"
15+
HADDOCK = "true"
16+
HADDOCK_S3 = "$AMBIATA_HADDOCK_MASTER"
17+
PUBLISH = "true"
18+
PUBLISH_S3 = "$AMBIATA_ARTEFACTS_MASTER"
19+
PUBLISH_EXECUTABLES = "mafia"
20+
21+
[build.dist-8-0]
22+
GHC_VERSION="8.0.1"
23+
CABAL_VERSION="1.24.0.0"
24+
MAFIA_HAPPY = "true"
25+
26+
[build.branches-7-8]
27+
GHC_VERSION = "7.8.4"
28+
CABAL_VERSION = "1.22.4.0"
29+
MAFIA_HAPPY = "true"
30+
31+
[build.branches-7-10]
32+
GHC_VERSION = "7.10.2"
33+
CABAL_VERSION = "1.22.4.0"
34+
MAFIA_HAPPY = "true"
35+
HADDOCK = "true"
36+
HADDOCK_S3 = "$AMBIATA_HADDOCK_BRANCHES"
37+
PUBLISH = "true"
38+
PUBLISH_S3 = "$AMBIATA_ARTEFACTS_BRANCHES"
39+
PUBLISH_EXECUTABLES = "mafia"
40+
41+
[build.branches-8-0]
42+
GHC_VERSION="8.0.1"
43+
CABAL_VERSION="1.24.0.0"
44+
MAFIA_HAPPY = "true"

0 commit comments

Comments
 (0)