summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2022-01-05 17:29:08 +0000
committerJoe Orton <jorton@apache.org>2022-01-05 17:29:08 +0000
commit424cfc2776caa9a2eb02d57ae26dbc503541fa32 (patch)
tree434fabbb90d06fe910f1e426bc7b2a57dab7b814 /.travis.yml
parent6f352d20dfe05b1f09c23c8ee7e8e8f29b11c309 (diff)
downloadapr-424cfc2776caa9a2eb02d57ae26dbc503541fa32.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
Diffstat (limited to '.travis.yml')
-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'