summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2022-01-05 17:29:08 +0000
committerjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2022-01-05 17:29:08 +0000
commit28eca1f253eae6e9c88fe9ec51abfc58075dce1c (patch)
tree434fabbb90d06fe910f1e426bc7b2a57dab7b814
parent3e24d70249d01bccdad74b9682a4e32ff3328419 (diff)
downloadlibapr-28eca1f253eae6e9c88fe9ec51abfc58075dce1c.tar.gz
Add GCC 10 build to Travis config.
Github: closes #31 git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1896722 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--.travis.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 2ac489f0e..9f6de4ace 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,6 +29,16 @@ matrix:
- name: Maintainer-mode, -Werror (Focal)
dist: focal
env: NOTEST_CFLAGS=-Werror CONFIG="--enable-maintainer-mode"
+ - name: GCC 10, maintainer-mode, -Werror (Focal)
+ dist: focal
+ env: NOTEST_CFLAGS="-Werror -O2" CONFIG="--enable-maintainer-mode" CC=gcc-10
+ addons:
+ apt:
+ sources:
+ - sourceline: 'ppa:ubuntu-toolchain-r/test'
+ packages:
+ - libtool-bin
+ - gcc-10
before_script: sudo sh -c 'echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6'