]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Enable ppc64le builds, caching now seems to work in Travis for non-x86.
authorJoe Orton <jorton@apache.org>
Thu, 28 Nov 2019 11:50:03 +0000 (11:50 +0000)
committerJoe Orton <jorton@apache.org>
Thu, 28 Nov 2019 11:50:03 +0000 (11:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1870555 13f79535-47bb-0310-9956-ffa450edef68

.travis.yml

index 3ac4c4ee45e2fd53f56126646da0b8adee52627f..686d4c830b2d05b3912daf8edc10cec23bafe057 100644 (file)
@@ -39,6 +39,10 @@ matrix:
       arch: s390x
       env: CONFIG="--enable-mods-shared=reallyall"
     # -------------------------------------------------------------------------
+    - name: Linux ppc64le Ubuntu, all-modules
+      arch: ppc64le
+      env: CONFIG="--enable-mods-shared=reallyall"
+    # -------------------------------------------------------------------------
     - name: Linux Ubuntu, Default, all-modules
       env: CONFIG="--enable-mods-shared=reallyall"
     # -------------------------------------------------------------------------