github-ci: make distcheck on centos 7 build

Tests distcheck on a build from a distribution archive.
pull/4486/head
Jason Ish 7 years ago
parent 700eebaecc
commit 83630015b9

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

Loading…
Cancel
Save