mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2025-01-12 17:00:32 +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:
|
install:
|
||||||
|
- pwd
|
||||||
- doxygen --version
|
- doxygen --version
|
||||||
############################################################################
|
############################################################################
|
||||||
# All the dependencies are installed in ${TRAVIS_BUILD_DIR}/deps/
|
# All the dependencies are installed in ${TRAVIS_BUILD_DIR}/deps/
|
||||||
@ -33,6 +34,8 @@ install:
|
|||||||
- doxygen --version
|
- doxygen --version
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
- pwd
|
||||||
|
- cd ${TRAVIS_BUILD_DIR}
|
||||||
- cd doc
|
- cd doc
|
||||||
- doxygen --version
|
- doxygen --version
|
||||||
- doxygen Doxyfile
|
- 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:
|
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)**
|
**[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/)
|
## [Examples](./examples/)
|
||||||
There is a [large set of usage examples (with explanations for each) and tutorials](./examples/) in the folder [`./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.
|
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