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

Commit

Permalink
Make Travis check doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
ljbade committed Feb 20, 2016
1 parent 5997479 commit b419b66
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ addons:
- cmake
- check
- lcov
- doxygen
- texlive
- pgf
# Required for gcc-arm-embedded
- lib32bz2-1.0
- lib32ncurses5
Expand All @@ -37,6 +40,7 @@ script:
- cd build/
- cmake -DCMAKE_BUILD_TYPE=Coverage ../
- make
- make check-style
# Install locally to avoid sudo
- make DESTDIR="./install" install
# Test ARM cross-compile
Expand Down
1 change: 1 addition & 0 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Tools needed:
- convert from ImageMagick
- pip install gcovr diff-cover
- pdflatex from TeX Live
- pgf (on Ubuntu for missing TeX dependency)
- libcheck (otherwise `make` will not run unit tests)

To get started, run::
Expand Down

0 comments on commit b419b66

Please sign in to comment.