summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2013-05-25 12:21:08 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2013-05-25 12:21:08 (GMT)
commitc77aea4cbb7a13c9eb3353a05a82944b85c93c69 (patch)
treee284235c639a16d0ba9bc031967d3a18e60996a3
parent38059b8ba618218c07aa092507e9370fe6c4ee10 (diff)
downloadDoxygen-c77aea4cbb7a13c9eb3353a05a82944b85c93c69.zip
Doxygen-c77aea4cbb7a13c9eb3353a05a82944b85c93c69.tar.gz
Doxygen-c77aea4cbb7a13c9eb3353a05a82944b85c93c69.tar.bz2
Added initial script for Travis CI service
-rw-r--r--.travis.yml10
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