travis: Enable tests and add missing dependencies

- Add doxygen and graphviz for the API doc build. - Pass --enable-tests to have the tests built (off by default) Signed-off-by: 's avatarStéphane Graber <stgraber@ubuntu.com>
parent 53bd92ea
...@@ -4,5 +4,5 @@ compiler: ...@@ -4,5 +4,5 @@ compiler:
- clang - clang
before_install: before_install:
- sudo apt-get update -qq - sudo apt-get update -qq
- sudo apt-get install -qq libapparmor-dev libcap-dev libseccomp-dev python3-dev docbook2x libgnutls-dev liblua5.2-dev libselinux1-dev - sudo apt-get install -qq libapparmor-dev libcap-dev libseccomp-dev python3-dev docbook2x libgnutls-dev liblua5.2-dev libselinux1-dev doxygen graphviz
script: ./autogen.sh && ./configure && make -j4 script: ./autogen.sh && ./configure --enable-tests && make -j4
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment