Install doxygen and graphviz package

This commit is contained in:
Thomas Bernard 2019-09-24 11:29:39 +02:00
parent 81e0d83403
commit a2591edfa6
2 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,7 @@ before_script:
- >
apt-get update -qq && apt-get install -y -qq iptables-dev libevent-dev
libnfnetlink-dev uuid-dev make gcc gcc-mingw-w64-i686 mingw-w64-tools
libnftnl-dev libmnl-dev libssl-dev net-tools
libnftnl-dev libmnl-dev libssl-dev net-tools doxygen graphviz
stages:
- build

View File

@ -15,6 +15,8 @@ addons:
- libnftnl-dev
- uuid-dev
- cmake
- doxygen
- graphviz
# container-based builds
sudo: false