X-Git-Url: https://git.realraum.at/?a=blobdiff_plain;f=.travis.yml;fp=.travis.yml;h=f309fafcede80feb833f41beeb54038cae250164;hb=0feae2dfad962b97009e9166d17fc1e76225278b;hp=0000000000000000000000000000000000000000;hpb=e620b221b7faf3f35442ff2f9fcc025f78489650;p=noc.git 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