mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-12-25 10:01:38 +08:00
improved .travis.yml
This commit is contained in:
parent
4ebfd1e828
commit
76bae98c9c
13
.travis.yml
13
.travis.yml
@ -6,8 +6,19 @@ branches:
|
|||||||
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
|
- doxygen
|
||||||
|
- doxygen-latex
|
||||||
|
- graphviz
|
||||||
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
- doxygen --version
|
||||||
|
- apt-get changelog doxygen
|
||||||
|
- sudo apt-get install python-software-properties
|
||||||
|
- sudo apt-add-repository -y ppa:libreoffice/libreoffice-4-2
|
||||||
|
- sudo apt-get update
|
||||||
|
- sudo apt-get install doxygen
|
||||||
|
- doxygen --version
|
||||||
############################################################################
|
############################################################################
|
||||||
# All the dependencies are installed in ${TRAVIS_BUILD_DIR}/deps/
|
# All the dependencies are installed in ${TRAVIS_BUILD_DIR}/deps/
|
||||||
############################################################################
|
############################################################################
|
||||||
|
Loading…
Reference in New Issue
Block a user