diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 46c279bd5..7a14474e0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,11 @@ before_install: - sudo apt-get install -y build-essential make binutils gcc autoconf automake libtool pkg-config git libpcap-dev libgcrypt-dev libgpg-error-dev libjson-c-dev libmaxminddb-dev netcat-openbsd script: - git clone https://github.com/ntop/nDPI.git -- cd nDPI && ./autogen.sh --prefix=$(realpath ./_install) --with-sanitizer --with-only-libndpi && make install -j4 && cd .. +- cd nDPI && + git checkout a6029d250d9c5dd0d7346fe47de838c243c20cac && + ./autogen.sh --prefix=$(realpath ./_install) --with-sanitizer --with-only-libndpi && + make install -j4 && + cd .. - make -f Makefile.old NDPI_WITH_GCRYPT=yes CUSTOM_LIBNDPI=./nDPI/_install/lib/libndpi.a ENABLE_DEBUG=yes ENABLE_SANITIZER=yes all examples - test/run_tests.sh nDPI - make -f Makefile.old clean |