Skip to content

Commit

Permalink
ci?
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa McHale committed Aug 2, 2018
1 parent b4c173b commit 93684a8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ before_install:
if [ `uname` = "Darwin" ]
then
brew install lzlib
brew install xz
brew install xz
brew install bzip2
brew install cabal-install
cabal update
Expand All @@ -53,7 +53,7 @@ before_install:
script:
- rm -rf dist-newstyle
- curl -sL https://raw.github.com/ndmitchell/hlint/master/misc/travis.sh | sh -s ats-format ats-pkg cdeps dependency hs2ats language-ats shake-ats shake-ext
- travis_wait 20 cabal new-build all
- travis_wait 30 cabal new-build all
- |
if [ `uname` = "Darwin" ]
then
Expand All @@ -74,9 +74,11 @@ script:
- mv $BINPATH1 atspkg-$TARGET
- mv $BINPATH2 atsfmt-$TARGET
- mv $BINPATH3 hs2ats-$TARGET
- mv $BINPATH4 cdeps-$TARGET
- strip atspkg-$TARGET
- strip atsfmt-$TARGET
- strip hs2ats-$TARGET
- strip cdeps-$TARGET
- du -h atspkg-$TARGET
- cd ats-pkg/test/data/hello-world
- ../../../../atspkg-$TARGET run -vv
Expand Down

0 comments on commit 93684a8

Please sign in to comment.