Add artifacts to appveyor

This commit is contained in:
Luke Lau 2018-07-25 14:47:52 +01:00
parent e47f41fa9e
commit 2f1e371cda

View File

@ -16,5 +16,8 @@ cache:
- '%LOCALAPPDATA%\Programs\stack\'
- c:\sr
build_script:
- cmd: stack --stack-yaml=stack-%GHCVER%.yaml build
- cmd: stack --stack-yaml=stack-%GHCVER%.yaml install
test: off
artifacts:
- path: .stack-work\install\**\bin\hie.exe
- path: .stack-work\install\**\bin\hie-wrapper.exe