]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add Travis job with --enable-mods-static=reallyall.
authorJoe Orton <jorton@apache.org>
Tue, 14 Jan 2020 12:51:25 +0000 (12:51 +0000)
committerJoe Orton <jorton@apache.org>
Tue, 14 Jan 2020 12:51:25 +0000 (12:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1872777 13f79535-47bb-0310-9956-ffa450edef68

.travis.yml

index 1092d010cc511ba822d2572b25d6872c3377a208..6c71441f8ec7210a68c16956244bfff375407625 100644 (file)
@@ -51,6 +51,9 @@ matrix:
     - name: Linux Ubuntu, Default, all-modules
       env: CONFIG="--enable-mods-shared=reallyall"
     # -------------------------------------------------------------------------
+    - name: Linux Ubuntu, Default, all-static modules
+      env: CONFIG="--enable-mods-static=reallyall"
+    # -------------------------------------------------------------------------
     - name: Linux Ubuntu, Default, all-modules, random test order
       env: CONFIG="--enable-mods-shared=reallyall"
            TEST_ARGS="-order=random"