Skip to content
This repository was archived by the owner on Apr 13, 2021. It is now read-only.

Commit 3759d11

Browse files
committed
Make Travis check doxygen
1 parent 5997479 commit 3759d11

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ addons:
1515
- cmake
1616
- check
1717
- lcov
18+
- doxygen
19+
- texlive
20+
- texlive-pictures
21+
- pgf
1822
# Required for gcc-arm-embedded
1923
- lib32bz2-1.0
2024
- lib32ncurses5
@@ -37,6 +41,7 @@ script:
3741
- cd build/
3842
- cmake -DCMAKE_BUILD_TYPE=Coverage ../
3943
- make
44+
- make check-style
4045
# Install locally to avoid sudo
4146
- make DESTDIR="./install" install
4247
# Test ARM cross-compile

DEVELOPMENT.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ Tools needed:
77
- doxygen
88
- convert from ImageMagick
99
- pip install gcovr diff-cover
10-
- pdflatex from TeX Live
10+
- texlive and texlive-pictures
11+
- pgf (for missing TeX dependency)
1112
- libcheck (otherwise `make` will not run unit tests)
1213

1314
To get started, run::

0 commit comments

Comments
 (0)