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 0d84951
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,9 @@ jobs:
name: cabal new-build all
command: cabal new-build all --jobs=2
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 0d84951

Please sign in to comment.