svn commit: r1921030 - /apr/apr/trunk/.github/workflows/windows.yml
| Newsgroups | gmane.comp.apache.apr.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: ivan
Date: Mon Sep 30 08:00:31 2024
New Revision: 1921030
URL: http://svn.apache.org/viewvc?rev=1921030&view=rev
Log:
.github/workflows/windows.yml: Update to use APR_XML_BACKEND configuration
option.
Modified:
apr/apr/trunk/.github/workflows/windows.yml
Modified: apr/apr/trunk/.github/workflows/windows.yml
URL: http://svn.apache.org/viewvc/apr/apr/trunk/.github/workflows/windows.yml?rev=1921030&r1=1921029&r2=1921030&view=diff
==============================================================================
--- apr/apr/trunk/.github/workflows/windows.yml (original)
+++ apr/apr/trunk/.github/workflows/windows.yml Mon Sep 30 08:00:31 2024
@@ -38,9 +38,7 @@ jobs:
dso-build: ON
packages: expat
config: >-
- -DAPU_USE_XMLITE=OFF
- -DAPU_USE_EXPAT=ON
- -DAPU_USE_LIBXML2=OFF
+ -DAPR_XML_BACKEND=expat
- name: Use Libxml2
os: windows-latest
triplet: x64-windows
@@ -51,9 +49,7 @@ jobs:
dso-build: ON
packages: libxml2
config: >-
- -DAPU_USE_XMLITE=OFF
- -DAPU_USE_EXPAT=OFF
- -DAPU_USE_LIBXML2=ON
+ -DAPR_XML_BACKEND=libxml2
- name: Use XmlLite
os: windows-latest
triplet: x64-windows
@@ -62,11 +58,8 @@ jobs:
generator: Ninja
build-shared: ON
dso-build: ON
- packages: libxml2
config: >-
- -DAPU_USE_XMLITE=ON
- -DAPU_USE_EXPAT=OFF
- -DAPU_USE_LIBXML2=OFF
+ -DAPR_XML_BACKEND=xmllite
- name: Shared (no DSO)
os: windows-latest
triplet: x64-windows