From: Jason Ish Date: Wed, 8 Jan 2020 16:16:40 +0000 (-0600) Subject: github-ci: do distcheck on fedora 31 build X-Git-Tag: suricata-5.0.2~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ff963db16534c852dec48c781a05a7e1a8a7ec5;p=thirdparty%2Fsuricata.git github-ci: do distcheck on fedora 31 build There were no distchecks being done on builds from git. --- diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 9a875c87aa..a1cfecc8ba 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -249,6 +249,7 @@ jobs: - run: ./configure --enable-unittests - run: make -j2 - run: make check + - run: make distcheck - name: Fetching suricata-verify run: git clone https://github.com/OISF/suricata-verify.git - name: Running suricata-verify