index
:
ndpi-daemon.git
Tiny nDPI based deep packet inspection daemons / toolkit.
log msg
author
committer
range
add/PF_RING
add/apple-bsd-port
add/config-file-support
add/event-io-abstraction
add/nDPId-UDP-endpoint
add/tls-proxy-support
add/tunnel-decoding
add/udp-aes256-gcm
main
ndpi-example-proposal
tmp
summary
refs
log
tree
commit
diff
path:
root
/
.travis.yml
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to '.travis.yml')
-rw-r--r--
.travis.yml
6
1 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 824c2ddf0..cd401974e 100644
--- a/
.travis.yml
+++ b/
.travis.yml
@@ -14,5 +14,7 @@ script:
- ./build/nDPId-test || test $? -eq 1
- ./build/nDPId -h || test $? -eq 1
# dameon start/stop test
-- ./scripts/daemon.sh ./build/nDPId ./build/nDPIsrvd
-- ./scripts/daemon.sh ./build/nDPId ./build/nDPIsrvd
+- make -C ./build daemon
+- make -C ./build daemon
+# make dist
+- ./scripts/make-dist.sh