File tree 5 files changed +60
-22
lines changed
5 files changed +60
-22
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
[boris ]
2
2
version = 1
3
3
4
- [build .dist ]
5
- command = [[" bin/ci " ]]
4
+ [build .submodules ]
5
+ command = [[" dangling-refs " ]]
6
6
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 ]
Original file line number Diff line number Diff line change
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"
You can’t perform that action at this time.
0 commit comments