mirror of
https://github.com/the-tcpdump-group/tcpdump.git
synced 2024-11-23 18:14:29 +08:00
CI: run the tests in Cirrus as they should work
While at it, build libpcap silently and use parallel build for tcpdump.
This commit is contained in:
parent
05169ee132
commit
e73fecbeb6
@ -11,9 +11,8 @@ task:
|
||||
- image_family: freebsd-13-0-snap
|
||||
script:
|
||||
- pkg install -qy git autoconf
|
||||
- (cd .. && git clone --depth ${CIRRUS_CLONE_DEPTH} --branch=master --quiet git://github.com/the-tcpdump-group/libpcap.git && cd libpcap && ./configure --prefix=/tmp && make -j${MAXJOBS})
|
||||
- (cd .. && git clone --depth ${CIRRUS_CLONE_DEPTH} --branch=master --quiet git://github.com/the-tcpdump-group/libpcap.git && cd libpcap && ./configure --prefix=/tmp && make -s -j${MAXJOBS})
|
||||
- touch .devel
|
||||
- ./configure
|
||||
- make -s all
|
||||
# The tests are currently broken.
|
||||
# - make check
|
||||
- make -s -j${MAXJOBS} all
|
||||
- make check
|
||||
|
Loading…
Reference in New Issue
Block a user