Skip to content

Commit

Permalink
Build twice temporarily. Workaround commercialhaskell/stack#805.
Browse files Browse the repository at this point in the history
  • Loading branch information
mboes committed Aug 17, 2015
1 parent aa12331 commit 940f229
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion circle.yml
Expand Up @@ -22,4 +22,7 @@ dependencies:

test:
override:
- stack --no-terminal --docker build --haddock --test --bench
# XXX Have to build twice due to
# https://github.com/commercialhaskell/stack/issues/805.
- stack --no-terminal --docker build
- stack --no-terminal --docker build --pedantic --haddock --test --bench

0 comments on commit 940f229

Please sign in to comment.