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