Added doxygen and graphviz to release builds on TravisCI and CircleCI

This commit is contained in:
Phuntsok Drak-pa
2018-05-25 13:36:21 +02:00
parent 74804a1ead
commit 3413bc9372
2 changed files with 9 additions and 2 deletions

View File

@@ -5,4 +5,5 @@ jobs:
- image: purplekarrot/gcc-8
steps:
- checkout
- run: cd build && cmake -DCMAKE_BUILD_TYPE=Debug .. && make -j
- run: sudo apt-get update && sudo apt-get install doxygen doxygen-docs doxygen-latex doxygen-gui graphviz
- run: cd build && cmake -DCMAKE_BUILD_TYPE=Release .. && make -j