Build a html help

Signed-off-by: Nicolas Williams <[email protected]>
This commit is contained in:
Jan Schulz
2016-01-16 17:02:43 -06:00
committed by Nicolas Williams
parent c0e01452f2
commit ec4dfd32cc
+2 -1
View File
@@ -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