From: nicoo Date: Sat, 7 Jul 2018 20:12:04 +0000 (+0200) Subject: Add Travis CI build for the documentation X-Git-Url: https://git.realraum.at/?a=commitdiff_plain;h=0feae2dfad962b97009e9166d17fc1e76225278b;hp=e620b221b7faf3f35442ff2f9fcc025f78489650;p=noc.git Add Travis CI build for the documentation --- diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..f309faf --- /dev/null +++ b/.travis.yml @@ -0,0 +1,22 @@ +--- +sudo: no +addons: + apt: + packages: + - graphviz + - ikiwiki + - imagemagick + - libtext-markdown-discount-perl + - libtext-typography-perl + +script: make -C doc + +deploy: + provider: pages + skip-cleanup: true + local-dir: doc/dest + fqdn: noc.realraum.at + github-token: $GITHUB_TOKEN # Set as a secure variable + keep-history: true + on: + branch: master