From 0feae2dfad962b97009e9166d17fc1e76225278b Mon Sep 17 00:00:00 2001 From: nicoo Date: Sat, 7 Jul 2018 22:12:04 +0200 Subject: [PATCH] Add Travis CI build for the documentation --- .travis.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .travis.yml 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 -- 1.7.10.4