]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
travis: do make distcheck on Rust 1.15.0 build
authorJason Ish <ish@unx.ca>
Tue, 24 Oct 2017 12:52:25 +0000 (06:52 -0600)
committerVictor Julien <victor@inliniac.net>
Fri, 27 Oct 2017 08:26:55 +0000 (10:26 +0200)
.travis.yml

index 71c9c1a940dd71eff882fe276881e726d1d3b605..d75b60bd93e6289d50bc3723d5544397813fee09 100644 (file)
@@ -75,6 +75,7 @@ matrix:
         - ENABLE_RUST="yes"
         - RUST_VERSION="1.15.0"
         - ARGS="--enable-rust --enable-rust-strict"
+        - DO_DISTCHECK="yes"
     # Linux, gcc, -DNDEBUG.
     - os: linux
       compiler: gcc
@@ -154,6 +155,10 @@ script:
     else
         make ${j} check
     fi
+  - |
+    if [[ "$DO_DISTCHECK" == "yes" ]]; then
+        make distcheck DISTCHECK_CONFIGURE_FLAGS="${ARGS}"
+    fi
   - |
     if [[ "$DO_CHECK_SETUP_SCRIPTS" == "yes" ]]; then
         (cd scripts && ./check-setup.sh)