Skip to content

Commit

Permalink
add Travis CI .yml for doxygen documention
Browse files Browse the repository at this point in the history
  • Loading branch information
bmegli committed Jan 31, 2019
1 parent 152edf6 commit baeff4c
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
sudo: false

branches:
only:
- master

addons:
apt:
packages:
- doxygen

script:
- doxygen Doxyfile

deploy:
provider: pages
skip_cleanup: true
local_dir: docs/html
github_token: $GH_REPO_TOKEN
on:
branch: master

0 comments on commit baeff4c

Please sign in to comment.