Skip to content
This repository has been archived by the owner on Sep 13, 2019. It is now read-only.

Commit

Permalink
Add '--write-ghc-environment-files=always' to setup doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
junjihashimoto committed Jul 15, 2019
1 parent 7f92f47 commit 00caa71
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,11 @@ jobs:
- run: cabal new-install hspec-discover
- run:
name: cabal new-build all
command: cabal new-build all --jobs=2
command: cabal new-build all --jobs=2 --write-ghc-environment-files=always
no_output_timeout: 15m
- run: cabal new-test ffi --jobs=2
- run: cabal new-test all --jobs=2 --write-ghc-environment-files=always
- run: cabal new-exec codegen-exe
- run: cabal new-test ffi --jobs=2
- run: cabal new-test hasktorch
- run: cabal new-test all --jobs=2 --write-ghc-environment-files=always
- run: cabal exec xor_mlp
osx-stack-build:
macos:
Expand Down

0 comments on commit 00caa71

Please sign in to comment.