You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2019/11/06 09:28:55 UTC

svn commit: r1869441 - /httpd/httpd/trunk/.travis.yml

Author: jorton
Date: Wed Nov  6 09:28:54 2019
New Revision: 1869441

URL: http://svn.apache.org/viewvc?rev=1869441&view=rev
Log:
Pull in more -dev packages to get more modules building (including mod_md).
Test gcc 7 on bionic, xenial is the Travis default anyway.
Only add the toolchain PPA where really needed.

Modified:
    httpd/httpd/trunk/.travis.yml

Modified: httpd/httpd/trunk/.travis.yml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/.travis.yml?rev=1869441&r1=1869440&r2=1869441&view=diff
==============================================================================
--- httpd/httpd/trunk/.travis.yml (original)
+++ httpd/httpd/trunk/.travis.yml Wed Nov  6 09:28:54 2019
@@ -6,19 +6,17 @@ cache:
     - /home/travis/perl5
 addons:
   apt:
-    sources:
-      - ubuntu-toolchain-r-test
     packages:
-      - libtool
       - libtool-bin
       - libapr1-dev
       - libaprutil1-dev
       - perl-doc
       - lua5.3-dev
       - libbrotli-dev
+      - libcurl4-openssl-dev
+      - libsystemd-dev
       - libnghttp2-dev
-      - gcc-7
-      - gcc-8
+      - libjansson-dev
 
 matrix:
   include:
@@ -27,17 +25,34 @@ matrix:
       env: CONFIG="--enable-mods-shared=reallyall --enable-load-all-modules"
     - name: Prefork MPM, all-modules
       env: CONFIG="--enable-mods-shared=reallyall --enable-load-all-modules --with-mpm=prefork"
-    - name: Xenial, all-modules
+    - name: Bionic, all-modules
       os: linux
-      dist: xenial
+      dist: bionic
       env: CONFIG="--enable-mods-shared=reallyall --enable-load-all-modules"
     - name: GCC 7 maintainer-mode w/-Werror
+      os: linux
+      dist: bionic
       env: CONFIG="--enable-mods-shared=reallyall --enable-load-all-modules --enable-maintainer-mode NOTEST_CFLAGS=-Werror CC=gcc-7"
            SKIP_TESTING=1
     - name: GCC 8 maintainer-mode w/-Werror
       env: CONFIG="--enable-mods-shared=reallyall --enable-load-all-modules --enable-maintainer-mode NOTEST_CFLAGS=-Werror CC=gcc-8"
            SKIP_TESTING=1
-
+      addons:
+        apt:
+          sources:
+            - ubuntu-toolchain-r-test
+          packages:
+            - gcc-8
+            - libtool-bin
+            - libapr1-dev
+            - libaprutil1-dev
+            - perl-doc
+            - lua5.3-dev
+            - libbrotli-dev
+            - libcurl4-openssl-dev
+            - libsystemd-dev
+            - libnghttp2-dev
+            - libjansson-dev
 before_install:
   - cpanm --local-lib=~/perl5 local::lib && eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib)
   - cpanm --notest Net::SSL LWP::Protocol::https ExtUtils::Embed Test::More AnyEvent DateTime