summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vorel <petr.vorel@gmail.com>2019-07-18 21:19:11 +0200
committerPetr Vorel <petr.vorel@gmail.com>2019-07-19 23:06:08 +0200
commit9c3f61052b102fcb92f9eb0d107355ece7c700ae (patch)
tree55f9c852408d173870190329bd04b4f8855ad5dc
parent054670aa4748d598e4dae18e5e23254baa7c9944 (diff)
downloadiputils-9c3f61052b102fcb92f9eb0d107355ece7c700ae.tar.gz
travis: Enable build rarpd, traceroute6 and html man pages
These are disabled by default, but we should keep checking them in CI Acked-by: Sami Kerola <kerolasa@iki.fi> Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 6a6e8c3..5143a87 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,5 +26,5 @@ install:
- export PATH="$PWD/build:$PATH"
- pip3 install meson
script:
- - meson builddir
+ - meson builddir -DBUILD_RARPD=true -DBUILD_TRACEROUTE6=true -DBUILD_HTML_MANS=true
- ninja -C builddir