Skip to content

Commit

Permalink
misc: add doxygen generation/deployement from travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Aranud committed Oct 11, 2019
1 parent 149d84a commit 8060f61
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
Expand Up @@ -137,6 +137,12 @@ matrix:
# - CXX=clang++ CC=clang
# - CXXFLAGS="-g -lstdc++"

# Install dependencies
addons:
apt:
packages:
- doxygen

install:
############################################################################
# All the dependencies are installed in ${TRAVIS_BUILD_DIR}/deps/
Expand All @@ -154,6 +160,7 @@ install:

script:
- ./easybuild.sh
- doxygen Doxyfile

notifications:
irc:
Expand All @@ -169,3 +176,12 @@ notifications:
on_success: change
on_failure: always
on_start: never

# Generate and deploy documentation
deploy:
provider: pages
skip_cleanup: true
local_dir: html
github_token: $GH_REPO_TOKEN
on:
branch: master

0 comments on commit 8060f61

Please sign in to comment.