We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ae3e38 + 49c95c4 commit 3c7890fCopy full SHA for 3c7890f
.circleci/config.yml
@@ -4,6 +4,7 @@ orbs:
4
haskell: haskell-works/haskell-build@4.1.7
5
github: haskell-works/github-release@1.3.3
6
hackage: haskell-works/hackage@1.4.1
7
+ merge-point: haskell-works/merge-point@1.0.0
8
9
workflows:
10
multiple-ghc-build:
@@ -32,13 +33,18 @@ workflows:
32
33
cabal-build-extra: --write-ghc-environment-files=ghc8.4.4+
34
cabal-test-extra: --test-show-details=direct
35
- - github/release-cabal:
36
- name: GitHub Release
37
- context: haskell-ci
+ - merge-point/merge-point:
+ name: Build Ok
38
requires:
39
- GHC 8.4.4
40
- GHC 8.6.5
41
- GHC 8.8.3
42
+
43
+ - github/release-cabal:
44
+ name: GitHub Release
45
+ context: haskell-ci
46
+ requires:
47
+ - Build Ok
48
checkout: true
49
filters:
50
branches:
0 commit comments