Skip to content

Commit

Permalink
try old approach
Browse files Browse the repository at this point in the history
  • Loading branch information
MarisaKirisame committed Aug 17, 2017
1 parent ff82e1f commit 0dc4602
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
1 change: 1 addition & 0 deletions .coveralls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
service-name: travis-ci
12 changes: 2 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,5 @@ script:
- stack install hpc-coveralls

after_script:
- mkdir dist
- "mv `stack path | grep 'local-install-root:' | cut -d: -f2`/hpc dist"
- mv dist/hpc/DeepDarkFantasy dist/hpc/tix
- mv dist/hpc/combined/all dist/hpc/mix
- cd dist/hpc/mix
- for i in Deep*; do mv $i tmp; mkdir $i; mv tmp $i/$i;done
- find . -type f -name '*.hs.html' -print0 | xargs -0 rename 's/(.hs.html)$//'
- cd ../../../
- hpc-coveralls TestPE TestPoly TestXor
- find dist/hpc
- travis_retry 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
- ./shc DeepDarkFantasy TestXor TestPoly TestPE

0 comments on commit 0dc4602

Please sign in to comment.