]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
github-ci: test make after make clean
authorJason Ish <jason.ish@oisf.net>
Fri, 24 Jan 2020 16:14:21 +0000 (10:14 -0600)
committerJason Ish <jason.ish@oisf.net>
Fri, 24 Jan 2020 16:16:00 +0000 (10:16 -0600)
On the CentOS 7 build, test a make after a make clean. Should
catch the case where bundled generated headers files get deleted
when cbindgen is not available to rebuild them.

.github/workflows/builds.yml

index 5ed55fee381b5a6678f4ffa9dedccc3acf7b6509..08d86b23ffa02c7017644c97d7599d23850bbb34 100644 (file)
@@ -152,6 +152,8 @@ jobs:
       - run: make install
       - run: make install-conf
       - run: make distcheck
+      - run: make clean
+      - run: make -j2
 
   centos-6:
     name: CentOS 6