From 00caa71663b6a700edd65e0622d6b3325bdfc915 Mon Sep 17 00:00:00 2001 From: Junji Hashimoto Date: Tue, 16 Jul 2019 01:06:22 +0900 Subject: [PATCH] Add '--write-ghc-environment-files=always' to setup doctest --- .circleci/config.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e8909bc..4e645a6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: