Skip to content

Commit

Permalink
CircleCI: Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
eschnett committed Dec 29, 2017
1 parent bb27e74 commit 5ab4571
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
export "PATH=$HOME/.local/bin:$PATH"
curl -L https://www.stackage.org/stack/linux-x86_64 | tar xz --wildcards --strip-components=1 -C "$HOME/.local/bin" '*/stack'
curl -L https://github.com/rubik/stack-hpc-coveralls/releases/download/v0.0.4.0/shc-linux-x64-8.0.1.tar.bz2 | tar xj -C "$HOME/.local/bin"
- restore_cache:
key: stack
- run:
name: Build dependencies
command: |
Expand All @@ -24,11 +26,12 @@ jobs:
command: |
export "PATH=$HOME/.local/bin:$PATH"
stack -j2 --no-nix --no-terminal test --haddock --no-haddock-deps --coverage
- run:
name: Collect and submit coverage information
command: |
export "PATH=$HOME/.local/bin:$PATH"
shc wavetoy1 wavetoy1-test-suite
# cache_directories:
# - "~/.stack"
- save_cache:
key: stack
paths:
- "$HOME/.stack"
# - run:
# name: Collect and submit coverage information
# command: |
# export "PATH=$HOME/.local/bin:$PATH"
# shc wavetoy1 wavetoy1-test-suite

0 comments on commit 5ab4571

Please sign in to comment.