]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
github-ci: build rust doc on stable and 1.34.2
authorJason Ish <jason.ish@oisf.net>
Mon, 6 Jul 2020 19:21:20 +0000 (13:21 -0600)
committerVictor Julien <victor@inliniac.net>
Tue, 14 Jul 2020 17:55:04 +0000 (19:55 +0200)
Nothing is done with the rustdoc, its just build to make
sure it builds with our supported versions of Rust

.github/workflows/builds.yml

index 17a258f97c9822ff6e84f89bafdf9a2b3ebd6c52..c4ad71e7f9608619a55d7e0d5a67f04247e8c2cc 100644 (file)
@@ -179,6 +179,9 @@ jobs:
         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
@@ -276,6 +279,9 @@ jobs:
       - 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