removed Doxygen from release build

This commit is contained in:
Phuntsok Drak-pa
2018-06-24 18:01:24 +02:00
parent 4c212907c2
commit e01334a566
3 changed files with 0 additions and 27 deletions

View File

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