mirror of
https://github.com/h2zero/esp-nimble-cpp.git
synced 2024-11-24 22:20:55 +01:00
Add TravisCI to build docs.
This commit is contained in:
parent
bad4051ca8
commit
c03053fb53
2 changed files with 2603 additions and 0 deletions
21
.travis.yml
Normal file
21
.travis.yml
Normal 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
|
Loading…
Reference in a new issue