mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-12-25 10:01:38 +08:00
bugfixed .travis.yml
added Travis-link to README.md
This commit is contained in:
parent
36fe1b31f0
commit
f62f52dfff
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user