summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorJan Schulz <jasc@gmx.net>2016-01-16 22:55:13 +0100
committerNicolas Williams <nico@cryptonector.com>2016-01-16 17:02:43 -0600
commitec4dfd32cc6f6afc90fe93cfc48df18be2d3601c (patch)
treea2112879d5f6f2f743acf805b811b34f44e01f15 /appveyor.yml
parentc0e01452f22b798153fd84c0838266b8174d0b47 (diff)
Build a html help
Signed-off-by: Nicolas Williams <nico@cryptonector.com>
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 0186f822..f22b7c04 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -18,7 +18,8 @@ build_script:
- bash -lc "exec 0</dev/null && cd $APPVEYOR_BUILD_FOLDER && autoreconf -i"
- bash -lc "exec 0</dev/null && cd $APPVEYOR_BUILD_FOLDER && ./configure --disable-shared --enable-static --enable-all-static"
- bash -lc "exec 0</dev/null && cd $APPVEYOR_BUILD_FOLDER && make LDFLAGS=-lshlwapi"
- - 7z a jq-package.zip jq.1 jq.exe
+ - bash -lc "exec 0</dev/null && cd $APPVEYOR_BUILD_FOLDER && cat jq.1 | groff -mandoc -Thtml > jq.html"
+ - 7z a jq-package.zip jq.1 jq.html jq.exe
- bash -lc "exec 0</dev/null && cd $APPVEYOR_BUILD_FOLDER && pwd && ls -la"
- file jq.exe