Add TravisCI to build docs.

This commit is contained in:
h2zero
2020-07-09 13:21:31 -06:00
parent bad4051ca8
commit c03053fb53
2 changed files with 2603 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
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
+2582
View File
File diff suppressed because it is too large Load Diff