Skip to content

Commit

Permalink
Doxygen built (#34)
Browse files Browse the repository at this point in the history
* add doxygen and push to gh-pages via travis
  • Loading branch information
sherbold authored Nov 8, 2018
1 parent de8c8cd commit 77b74de
Show file tree
Hide file tree
Showing 2 changed files with 2,527 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
language: generic
sudo: required

addons:
apt:
packages:
- doxygen
- doxygen-doc
- doxygen-latex
- doxygen-gui
- graphviz

services:
- docker

Expand All @@ -9,3 +18,12 @@ before_install:

script:
- docker build -t augustus .
- doxygen doxygen.conf

deploy:
provider: pages
skip-cleanup: true
local-dir: $TRAVIS_BUILD_DIR/doxygen/html
github-token: $GITHUB_API_KEY
on:
branch: master
Loading

0 comments on commit 77b74de

Please sign in to comment.