summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorJan Schulz <jasc@gmx.net>2016-05-10 11:28:33 +0200
committerJan Schulz <jasc@gmx.net>2016-05-10 23:14:05 +0200
commit9a2be80722f853045ac047705fb2d85ef539dc96 (patch)
tree56755206151e9a90620a360679bf2fc07cf331a0 /appveyor.yml
parent02993c2cc7bccc0e89911c48aa66396bbd42d513 (diff)
Add appveyor artefacts for pandoc.exe
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index f2fe828fa..f1ef27b00 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -6,6 +6,7 @@ build: off
before_test:
- curl -ostack.zip -L --insecure http://www.stackage.org/stack/windows-i386
- 7z x stack.zip stack.exe
+- git submodule update --init # to fetch the templates
clone_folder: "c:\\stack"
environment:
@@ -17,3 +18,10 @@ test_script:
# The ugly echo "" hack is to avoid complaints about 0 being an invalid file
# descriptor
- echo "" | stack --no-terminal test
+
+after_test:
+ - ps: 7z a "pandoc.zip" "$(.\\stack.exe path --local-install-root)\\bin\\pandoc*.exe"
+
+artifacts:
+ - path: pandoc.zip
+ name: exe