We try to enable PF_RING build on Travis
This commit is contained in:
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:
|
||||
|
Loading…
Reference in New Issue
Block a user