android_mt6572_jiabo/external/tcpdump/.travis.yml
2025-09-05 16:56:03 +08:00

13 lines
359 B
YAML

language: c
env:
- BUILD_LIBPCAP=true
before_script:
- sudo apt-get install libssl-dev libssl0.9.8 libssl1.0.0
- if [ $BUILD_LIBPCAP == "true" ]; then ( cd ../ && git clone git://github.com/the-tcpdump-group/libpcap.git && cd libpcap && ./configure && make ); else sudo apt-get install libpcap-dev; fi
script:
- ./configure
- make
- make check