]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Merge pull request #43 from msabramo/travis_build_libpcap
authorMichael Richardson <[email protected]>
Sat, 1 Dec 2012 21:01:49 +0000 (13:01 -0800)
committerMichael Richardson <[email protected]>
Sat, 1 Dec 2012 21:01:49 +0000 (13:01 -0800)
.travis.yml: Build a fresh version of libpcap from https://github.com/mcr/libpcap.git

.travis.yml

index 02189e61e4e3885f1d74b3a7abebf5682bed0a04..4aabe64114bdcd13b994ed14be6db086a2f9e356 100644 (file)
@@ -1,6 +1,7 @@
 language: c
 
 before_script:
+  - ( cd ../ && git clone https://github.com/mcr/libpcap.git && cd libpcap && ./configure && make )
   - sudo apt-get install libpcap-dev libssl-dev libssl0.9.8 libssl1.0.0
 
 script: