bugfixed .travis.yml

added Travis-link to README.md
This commit is contained in:
Jan W. Krieger 2019-01-15 17:15:02 +01:00
parent 36fe1b31f0
commit f62f52dfff
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -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.