aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2020-08-08 12:17:54 +0200
committerToni Uhlig <matzeton@googlemail.com>2020-08-08 12:17:54 +0200
commit4ead6d6594e64716b58603537c779f6c9be44f37 (patch)
tree9a7aa2741900b26d97ab1b03fcb47ee256e4a034
parent8da5f42fa0e0cda39e079c97f315ffcafdb587fb (diff)
travis-ci: build ndpiSimpleIntegration as well
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 2c359b356..c583c3a0b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -170,6 +170,7 @@ before_script:
script:
- if [ -n "$QA_FUZZ" ]; then ./configure --enable-fuzztargets ; else ./configure ; fi
- make
+ - make -C example ndpiSimpleIntegration
#after_script:
- cd tests