Skip to content

Commit

Permalink
Merge pull request #3 from haskell-fswatch/appveyor
Browse files Browse the repository at this point in the history
Appveyor CI matrix
  • Loading branch information
pepeiborra authored Sep 11, 2017
2 parents 0e54298 + 2117883 commit 9b82496
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
[![Hackage](https://img.shields.io/hackage/v/win32-notify.svg)](https://hackage.haskell.org/package/win32-notify)
[![Stackage Nightly](http://stackage.org/package/win32-notify/badge/nightly)](http://stackage.org/nightly/package/win32-notify)
[![Build status](https://ci.appveyor.com/api/projects/status/y8h8aopiocft1a2u/branch/master?svg=true)](https://ci.appveyor.com/project/pepeiborra/win32-notify)

win32-notify
============

File notification interface for Haskell in Windows
File notification interface for Haskell in Windows
27 changes: 27 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@

cache:
- "c:\\sr" # stack root, short paths == less problems

build: off

clone_folder: "c:\\project"
environment:
global:
STACK_ROOT: "c:\\sr"
VSVER: 14
matrix:
- RESOLVER: lts-9.4
- RESOLVER: lts-7.24
- RESOLVER: lts-6.35
- RESOLVER: lts-2.22
- RESOLVER: nightly-2017-09-10


install:
- set PATH=C:\Program Files\Git\mingw64\bin;%PATH% # for curl
- curl -ostack.zip -L --insecure http://www.stackage.org/stack/windows-i386
- 7z x stack.zip stack.exe
- stack setup > nul

test_script:
- stack --resolver %RESOLVER% --no-system-ghc --install-ghc --jobs 1 test
7 changes: 7 additions & 0 deletions stack.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
flags: {}
extra-package-dbs: []
extra-deps: []
packages:
- .

resolver: nightly-2017-09-10

0 comments on commit 9b82496

Please sign in to comment.