Added travis support

This commit is contained in:
Martin Charles 2014-04-30 17:32:10 -04:00
parent 85a401c66d
commit dfc911dd97
2 changed files with 18 additions and 2 deletions

16
.travis.yml Normal file
View File

@ -0,0 +1,16 @@
language: cpp
branches:
only:
- master
before_install:
- sudo apt-get update -qq
install:
- sudo apt-get install -qq doxygen
script:
- mkdir gh-pages
- cd gh-pages
- export GIT_ROOT=`git rev-parse --show-toplevel`
- doxygen ../docs/Doxyfile
- cd html
- # PUSH TO GITHUB

View File

@ -613,8 +613,8 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
INPUT = "uofw/docs/mainpage.dox" \
"uofw/include/" \
INPUT = "$(GIT_ROOT)/docs/mainpage.dox" \
"$(GIT_ROOT)/include/" \
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is