github-ci: on centos-8 build, use distcheck

And verify that man page is built.
pull/4777/head
Jason Ish 6 years ago committed by Victor Julien
parent bcbd8c2ac0
commit 211b193e08

@ -85,19 +85,13 @@ jobs:
- name: Configuring
run: |
./autogen.sh
./configure --enable-unittests \
--enable-debug \
--enable-lua \
--enable-geoip \
--enable-profiling \
--enable-profiling-locks
- name: Building
run: make -j2
- name: Running unittests
run: make check
- name: Building distribution
./configure
- run: make -j2 distcheck
env:
DISTCHECK_CONFIGURE_FLAGS: "--enable-unittests --enable-debug --enable-lua --enable-geoip --enable-profiling --enable-profiling-locks"
- run: test -e doc/userguide/suricata.1
- name: Preparing distribution
run: |
make dist
mkdir dist
mv suricata-*.tar.gz dist
- uses: actions/upload-artifact@v1

Loading…
Cancel
Save