summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorDenis Ovsienko <denis@ovsienko.info>2020-02-04 22:49:48 +0000
committerDenis Ovsienko <denis@ovsienko.info>2020-02-04 23:02:07 +0000
commite73fecbeb667f9c8e3e0ed0c44af82ea78bb28cd (patch)
treefbfe8ee174998cdff5f66b2688311937e1c2ce3f /.cirrus.yml
parent05169ee13227f91e656e715cfc831d416447e39f (diff)
downloadtcpdump-e73fecbeb667f9c8e3e0ed0c44af82ea78bb28cd.tar.gz
CI: run the tests in Cirrus as they should work
While at it, build libpcap silently and use parallel build for tcpdump.
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml7
1 files changed, 3 insertions, 4 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 6cf7aa12..a84ab979 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -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