aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDaiki Ueno <dueno@redhat.com>2020-03-29 15:13:04 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-03-31 14:39:21 +0200
commitc3b865ea385281ca83f33191e413c83c344ba14e (patch)
treef047a0aad236ce790f25564c7e96930453114d6a /.travis.yml
parent0736ee73d346a521ad10c9bcce5839386a1cc47a (diff)
CI: add build with ngtcp2 + gnutls on Travis CI
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml24
1 files changed, 24 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 88cb83571..f45565fe6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -152,6 +152,30 @@ matrix:
- libbrotli-dev
- os: linux
compiler: gcc
+ dist: xenial
+ env:
+ - T=novalgrind NGTCP2=yes GNUTLS=yes C="PKG_CONFIG_PATH=$HOME/ngbuild --without-ssl --with-gnutls=$HOME/ngbuild --with-ngtcp2=$HOME/ngbuild --with-nghttp3=$HOME/ngbuild --enable-alt-svc" NOTESTS=
+ - OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"
+ addons:
+ apt:
+ sources:
+ - *common_sources
+ packages:
+ - *common_packages
+ - libpsl-dev
+ - libbrotli-dev
+ - autogen
+ - automake
+ - autopoint
+ - bison
+ - gperf
+ - libgmp-dev
+ - libopts25-dev
+ - libp11-kit-dev
+ - libtasn1-6-dev
+ - nettle-dev
+ - os: linux
+ compiler: gcc
dist: bionic
env:
- T=debug-wolfssl C="--with-wolfssl --without-ssl"