Skip to content

Commit 6aaa305

Browse files
authored
Merge pull request #114 from haskell-works/direct-test-output-and-generate-environment-files
Direct test output and generate environment files
2 parents 8ae60f2 + a1c28cc commit 6aaa305

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.circleci/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ workflows:
4747
before-build: [build-librdkafka]
4848
context: haskell-ci
4949
binary-cache-uri: ${BINARY_CACHE_URI-"http://hw-binary-cache-us-west-2-a.s3-website-us-west-2.amazonaws.com/archive"}
50+
cabal-build-extra: --write-ghc-environment-files=ghc8.4.4+
51+
cabal-test-extra: --test-show-details=direct
5052

5153
- haskell/build-with-binary-cache:
5254
name: GHC 8.6.5
@@ -56,6 +58,8 @@ workflows:
5658
before-build: [build-librdkafka]
5759
context: haskell-ci
5860
binary-cache-uri: ${BINARY_CACHE_URI-"http://hw-binary-cache-us-west-2-a.s3-website-us-west-2.amazonaws.com/archive"}
61+
cabal-build-extra: --write-ghc-environment-files=ghc8.4.4+
62+
cabal-test-extra: --test-show-details=direct
5963

6064
- haskell/build-with-binary-cache:
6165
name: GHC 8.8.1
@@ -65,6 +69,8 @@ workflows:
6569
before-build: [build-librdkafka]
6670
context: haskell-ci
6771
binary-cache-uri: ${BINARY_CACHE_URI-"http://hw-binary-cache-us-west-2-a.s3-website-us-west-2.amazonaws.com/archive"}
72+
cabal-build-extra: --write-ghc-environment-files=ghc8.4.4+
73+
cabal-test-extra: --test-show-details=direct
6874

6975
- github/release-cabal:
7076
name: GitHub Release

0 commit comments

Comments
 (0)