This commit is contained in:
jkriege2 2019-01-13 09:31:02 +01:00
parent 488df45829
commit 69fd9993b1

22
.travis.yml Normal file
View File

@ -0,0 +1,22 @@
sudo: false
branches:
only:
- master
addons:
apt:
packages:
- doxygen
script:
- cd doc
- doxygen Doxyfile
deploy:
provider: pages
skip_cleanup: true
local_dir: doc/html
github_token: $GH_REPO_TOKEN
on:
branch: master