travis: enable ngtcp2 h3-23 builds

This commit is contained in:
Daniel Stenberg 2019-09-21 15:47:07 +02:00
parent d176a2c7e5
commit e09749dd43
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
1 changed files with 16 additions and 16 deletions

View File

@ -110,20 +110,20 @@ matrix:
- *common_packages - *common_packages
- libpsl-dev - libpsl-dev
- libbrotli-dev - libbrotli-dev
#- os: linux - os: linux
# compiler: gcc compiler: gcc
# dist: xenial dist: xenial
# env: env:
# - T=novalgrind NGTCP2=yes C="--with-ssl=$HOME/ngbuild --with-ngtcp2=$HOME/ngbuild --with-nghttp3=$HOME/ngbuild --enable-alt-svc" NOTESTS= - T=novalgrind NGTCP2=yes C="--with-ssl=$HOME/ngbuild --with-ngtcp2=$HOME/ngbuild --with-nghttp3=$HOME/ngbuild --enable-alt-svc" NOTESTS=
# - OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8" - OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"
# addons: addons:
# apt: apt:
# sources: sources:
# - *common_sources - *common_sources
# packages: packages:
# - *common_packages - *common_packages
# - libpsl-dev - libpsl-dev
# - libbrotli-dev - libbrotli-dev
- os: linux - os: linux
compiler: gcc compiler: gcc
dist: xenial dist: xenial
@ -427,7 +427,7 @@ before_script:
- | - |
if [ "$NGTCP2" = yes ]; then if [ "$NGTCP2" = yes ]; then
(cd $HOME && (cd $HOME &&
git clone --depth 1 -b openssl-quic-draft-22 https://github.com/tatsuhiro-t/openssl possl && git clone --depth 1 -b openssl-quic-draft-23 https://github.com/tatsuhiro-t/openssl possl &&
cd possl && cd possl &&
./config enable-tls1_3 --prefix=$HOME/ngbuild && ./config enable-tls1_3 --prefix=$HOME/ngbuild &&
make && make install_sw && make && make install_sw &&
@ -440,7 +440,7 @@ before_script:
make && make install && make && make install &&
cd .. && cd .. &&
git clone --depth 1 -b draft-22 https://github.com/ngtcp2/ngtcp2 && git clone --depth 1 https://github.com/ngtcp2/ngtcp2 &&
cd ngtcp2 && cd ngtcp2 &&
autoreconf -i && autoreconf -i &&
./configure PKG_CONFIG_PATH=$HOME/ngbuild/lib/pkgconfig LDFLAGS="-Wl,-rpath,$HOME/ngbuild/lib" --prefix=$HOME/ngbuild && ./configure PKG_CONFIG_PATH=$HOME/ngbuild/lib/pkgconfig LDFLAGS="-Wl,-rpath,$HOME/ngbuild/lib" --prefix=$HOME/ngbuild &&