Nothing is done with the rustdoc, its just build to make
sure it builds with our supported versions of Rust
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: Building Rust documentation
+ run: make doc
+ working-directory: rust
- name: Preparing distribution
run: |
mkdir dist
- run: make -j2
- run: make install
- run: make install-conf
+ - name: Building Rust documentation
+ run: make doc
+ working-directory: rust
fedora-31:
name: Fedora 31