Skip to content

Commit

Permalink
Add appveyor configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
iphydf committed Jan 7, 2017
1 parent ddc12d9 commit e147607
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
cache:
- '%APPDATA%\cabal'
- '%APPDATA%\ghc'

install:
- choco install ghc
- refreshenv

build_script:
- cabal update
- cabal install alex happy
- cabal install --enable-tests --enable-benchmarks --disable-documentation --only-dependencies

test_script:
- cabal test

branches:
only:
- master

0 comments on commit e147607

Please sign in to comment.