aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorpacien2020-05-01 23:00:45 +0200
committerpacien2020-05-02 02:04:02 +0200
commit0c355f42dbe71d755fb898b146bac41dd5bdefd8 (patch)
tree1f71553226d12ca00c97b736f6352d417669c4c6 /.travis.yml
parent9cdc7712ffd9a3508f69ecb4fb2ca48c1aafa693 (diff)
downloadldgallery-0c355f42dbe71d755fb898b146bac41dd5bdefd8.tar.gz
doc: add quickstart guide
GitHub: closes #206
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 6bf6f29..40798fe 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -54,6 +54,7 @@ jobs:
54 - stack build --no-terminal 54 - stack build --no-terminal
55 - stack install --local-bin-path ../dist/ 55 - stack install --local-bin-path ../dist/
56 - cd .. 56 - cd ..
57 - pandoc --standalone --to man ldgallery-quickstart.7.md --output dist/ldgallery-quickstart.7
57 - pandoc --standalone --to man compiler/ldgallery.1.md --output dist/ldgallery.1 58 - pandoc --standalone --to man compiler/ldgallery.1.md --output dist/ldgallery.1
58 - pandoc --standalone --to man viewer/ldgallery-viewer.7.md --output dist/ldgallery-viewer.7 59 - pandoc --standalone --to man viewer/ldgallery-viewer.7.md --output dist/ldgallery-viewer.7
59 - cp changelog.md license.md dist/ 60 - cp changelog.md license.md dist/
@@ -117,6 +118,7 @@ jobs:
117 - stack build --no-terminal 118 - stack build --no-terminal
118 - stack install --local-bin-path ../dist/ 119 - stack install --local-bin-path ../dist/
119 - cd .. 120 - cd ..
121 - cp ldgallery-quickstart.7.md dist/ldgallery-quickstart.7.md
120 - cp viewer/ldgallery-viewer.7.md dist/ldgallery-viewer.7.md 122 - cp viewer/ldgallery-viewer.7.md dist/ldgallery-viewer.7.md
121 - cp compiler/ldgallery.1.md dist/ldgallery.1.md 123 - cp compiler/ldgallery.1.md dist/ldgallery.1.md
122 - cp changelog.md license.md dist/ 124 - cp changelog.md license.md dist/