mirror of https://github.com/OISF/suricata
				
				
				
			
			You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			12 lines
		
	
	
		
			538 B
		
	
	
	
		
			YAML
		
	
			
		
		
	
	
			12 lines
		
	
	
		
			538 B
		
	
	
	
		
			YAML
		
	
language: c
 | 
						|
compiler:
 | 
						|
  - gcc
 | 
						|
  - clang
 | 
						|
# Change this to your needs
 | 
						|
script: sh autogen.sh && ./configure --enable-nfqueue --enable-unittests && make && ./src/suricata -l /tmp/ -u
 | 
						|
before_install:
 | 
						|
  - sudo apt-get update -qq
 | 
						|
  - sudo apt-get install -y libpcre3 libpcre3-dbg libpcre3-dev build-essential autoconf automake libtool libpcap-dev libnet1-dev libyaml-0-2 libyaml-dev zlib1g zlib1g-dev libcap-ng-dev libcap-ng0 make libmagic-dev libnetfilter-queue-dev libnetfilter-queue1 libnfnetlink-dev libnfnetlink0
 | 
						|
  - ./qa/travis-libhtp.sh
 | 
						|
 |