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

Commit b419b66

Browse files
committed
Make Travis check doxygen
1 parent 5997479 commit b419b66

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ addons:
1515
- cmake
1616
- check
1717
- lcov
18+
- doxygen
19+
- texlive
20+
- pgf
1821
# Required for gcc-arm-embedded
1922
- lib32bz2-1.0
2023
- lib32ncurses5
@@ -37,6 +40,7 @@ script:
3740
- cd build/
3841
- cmake -DCMAKE_BUILD_TYPE=Coverage ../
3942
- make
43+
- make check-style
4044
# Install locally to avoid sudo
4145
- make DESTDIR="./install" install
4246
# Test ARM cross-compile

DEVELOPMENT.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Tools needed:
88
- convert from ImageMagick
99
- pip install gcovr diff-cover
1010
- pdflatex from TeX Live
11+
- pgf (on Ubuntu for missing TeX dependency)
1112
- libcheck (otherwise `make` will not run unit tests)
1213

1314
To get started, run::

0 commit comments

Comments
 (0)