diff options
author | Joe Orton <jorton@apache.org> | 2023-10-24 17:43:27 +0200 |
---|---|---|
committer | Joe Orton <jorton@apache.org> | 2023-10-24 17:43:27 +0200 |
commit | abaad489b58a0a26b680ee7f99d58e64620ce765 (patch) | |
tree | 01c5d5fbf11b3ba26e92cc86bca2f10f26da6197 /.github/workflows | |
parent | fr doc rebuild. (diff) | |
download | apache2-abaad489b58a0a26b680ee7f99d58e64620ce765.tar.xz apache2-abaad489b58a0a26b680ee7f99d58e64620ce765.zip |
CI: add workflow for WebDAV testing using LMDB as the default APR DBM backend.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1913266 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/linux.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 7bbb742987..8f6ec71e5a 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -140,6 +140,15 @@ jobs: TESTS="t/modules/dav.t" pkgs: litmus # ------------------------------------------------------------------------- + - name: litmus WebDAV tests, APR trunk, LMDB + config: --enable-dav --enable-dav-fs + pkgs: litmus liblmdb-dev + env: | + APR_VERSION=trunk + APR_CONFIG="--with-lmdb --with-dbm=lmdb" + LITMUS=1 + TESTS="t/modules/dav.t" + # ------------------------------------------------------------------------- # MFLAGS= works around https://bz.apache.org/bugzilla/show_bug.cgi?id=63942 ## TODO if: *condition_not_24x - name: Regenerate ap_expr |