diff --git a/.travis.yml b/.travis.yml index 157621c58d..cdb15ae319 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,7 @@ addons: install: + - pwd - doxygen --version ############################################################################ # All the dependencies are installed in ${TRAVIS_BUILD_DIR}/deps/ @@ -33,6 +34,8 @@ install: - doxygen --version script: + - pwd + - cd ${TRAVIS_BUILD_DIR} - cd doc - doxygen --version - doxygen Doxyfile diff --git a/README.md b/README.md index d6be72d8a9..056d2d9e43 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,8 @@ This software is licensed under the term of the [GNU Lesser General Public Licen A Documentation (auto-)generated with [doxygen](http://www.doxygen.nl/) from the trunk source code can be found here: **[http://jkriege2.github.io/JKQtPlotter/index.html](http://jkriege2.github.io/JKQtPlotter/index.html)** +Documentation is auto-generated after pushes by [Travis](https://travis-ci.org/jkriege2/JKQtPlotter): [![Build Status](https://travis-ci.org/jkriege2/JKQtPlotter.svg?branch=master)](https://travis-ci.org/jkriege2/JKQtPlotter) + ## [Examples](./examples/) There is a [large set of usage examples (with explanations for each) and tutorials](./examples/) in the folder [`./examples/`](./examples). All test-projects are Qt-projects that use qmake to build. You can load them into QtCreator easily.