]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
github-ci: make distcheck on centos 7 build
authorJason Ish <jason.ish@oisf.net>
Tue, 31 Dec 2019 15:19:43 +0000 (09:19 -0600)
committerJason Ish <jason.ish@oisf.net>
Tue, 14 Jan 2020 14:42:06 +0000 (08:42 -0600)
Tests distcheck on a build from a distribution archive.

.github/workflows/builds.yml

index 4655280627aeb508193c7a68ce845a3666fa8f9f..9a875c87aa80a79292a0eaf09f4bf64f65d04544 100644 (file)
@@ -143,20 +143,14 @@ jobs:
         uses: actions/download-artifact@v1
         with:
           name: dist
-      - run: mkdir suricata
-      - working-directory: suricata
-        run: tar zxvf ../dist/suricata-*.tar.gz --strip-components=1
-      - working-directory: suricata
-        run: ./configure
-      - working-directory: suricata
-        name: Check that Rust is using --frozen
+      - run: tar zxvf ./dist/suricata-*.tar.gz --strip-components=1
+      - run: ./configure
+      - name: Check that Rust is using --frozen
         run: grep -q '^FROZEN' rust/Makefile
-      - working-directory: suricata
-        run: make -j2
-      - working-directory: suricata
-        run: make install
-      - working-directory: suricata
-        run: make install-conf
+      - run: make -j2
+      - run: make install
+      - run: make install-conf
+      - run: make distcheck
 
   centos-6:
     name: CentOS 6