We try to enable PF_RING build on Travis

This commit is contained in:
Pavel Odintsov 2015-02-10 11:11:28 +03:00
parent 5f31cdaf40
commit f16dcbf19b

@ -11,9 +11,9 @@ before_script:
- tar -xf PF_RING-6.0.2.tar.gz
- sudo apt-get update
- sudo apt-get install -y build-essential bison flex libnuma-dev wget tar make
- cd PF_RING-6.0.2; cd userland/lib; ./configure --prefix=/opt/pf_ring; make; sudo make install
- cd PF_RING-6.0.2; sudo cp kernel/linux/pf_ring.h /usr/include/linux; cd userland/lib; ./configure --prefix=/opt/pf_ring; make; sudo make install
- cd `cat /tmp/old_current_path`
script: mkdir -p build; cd build; cmake .. -DDISABLE_PF_RING_SUPPORT=ON; make
script: mkdir -p build; cd build; cmake ..; make
notifications:
email:
recipients: