mirror of
https://github.com/joel16/uofw.git
synced 2025-02-11 21:55:18 +00:00
Added travis support
This commit is contained in:
parent
85a401c66d
commit
dfc911dd97
16
.travis.yml
Normal file
16
.travis.yml
Normal 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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user