TEST_MALLOC=1 TEST_SSL=1
CLEAR_CACHE=1
# -------------------------------------------------------------------------
+ - if: *condition_not_24x
+ name: Linux Ubuntu, event MPM, HTTP/2 test suite
+ dist: focal
+ env: APR_VERSION=1.7.0
+ APU_VERSION=1.6.1 APU_CONFIG="--with-crypto"
+ CONFIG="--enable-mods-shared=reallyall --with-mpm=event --enable-mpms-shared=event"
+ TESTS="t/modules/http2.t" TEST_INSTALL=1 TEST_H2=1
+ addons:
+ apt:
+ sources:
+ - sourceline: 'deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) universe'
+ packages:
+ - cpanminus
+ - libtool-bin
+ - libapr1-dev
+ - libaprutil1-dev
+ - perl-doc
+ - liblua5.3-dev
+ - libbrotli-dev
+ - libcurl4-openssl-dev
+ - libsystemd-dev
+ - libnghttp2-dev
+ - libjansson-dev
+ - libpcre2-dev
+ - libldap2-dev
+ - ldap-utils
+ - gdb
+ - curl
+ - python3-pytest
+ - nghttp2-client
+ - python3-cryptography
+ - python3-requests
+ # -------------------------------------------------------------------------
- name: Linux Ubuntu, APR 1.7.0, APR-util 1.6.1, LDAP
env: APR_VERSION=1.7.0
APU_VERSION=1.6.1 APU_CONFIG="--with-crypto --with-ldap"
popd
fi
+ if test -v TEST_H2 -a $RV -eq 0; then
+ # Run HTTP/2 tests.
+ py.test-3 test/modules/http2
+ RV=$?
+ fi
+
if test -v LITMUS -a $RV -eq 0; then
pushd test/perl-framework
mkdir -p t/htdocs/modules/dav