Skip to content

Commit 079b9ca

Browse files
authored
Merge pull request #176 from haskell-works/use-released-version-of-merge-point
Introduce merge point
2 parents a2e53b6 + 2280c00 commit 079b9ca

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.circleci/config.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ orbs:
44
haskell: haskell-works/[email protected]
55
github: haskell-works/[email protected]
66
hackage: haskell-works/[email protected]
7+
merge-point: haskell-works/[email protected]
78

89
workflows:
910
multiple-ghc-build:
@@ -32,13 +33,18 @@ workflows:
3233
cabal-build-extra: --write-ghc-environment-files=ghc8.4.4+
3334
cabal-test-extra: --test-show-details=direct
3435

35-
- github/release-cabal:
36-
name: GitHub Release
37-
context: haskell-ci
36+
- merge-point/merge-point:
37+
name: Build Ok
3838
requires:
3939
- GHC 8.4.4
4040
- GHC 8.6.5
4141
- GHC 8.8.3
42+
43+
- github/release-cabal:
44+
name: GitHub Release
45+
context: haskell-ci
46+
requires:
47+
- Build Ok
4248
checkout: true
4349
filters:
4450
branches:

0 commit comments

Comments
 (0)