diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2013-05-25 12:21:08 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2013-05-25 12:21:08 (GMT) |
commit | c77aea4cbb7a13c9eb3353a05a82944b85c93c69 (patch) | |
tree | e284235c639a16d0ba9bc031967d3a18e60996a3 /.travis.yml | |
parent | 38059b8ba618218c07aa092507e9370fe6c4ee10 (diff) | |
download | Doxygen-c77aea4cbb7a13c9eb3353a05a82944b85c93c69.zip Doxygen-c77aea4cbb7a13c9eb3353a05a82944b85c93c69.tar.gz Doxygen-c77aea4cbb7a13c9eb3353a05a82944b85c93c69.tar.bz2 |
Added initial script for Travis CI service
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..589b870 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,10 @@ +language: cpp +compiler: + - gcc +before_install: + - sudo apt-get update -qq + - sudo apt-get install -qq texlive texlive-extra-utils +script: + - ./configure --with-doxywizard + - make + - make docs |