Skip to content

Commit

Permalink
.github/workflows/windows.yml: Update to use APR_XML_BACKEND configur…
Browse files Browse the repository at this point in the history
…ation

option.


git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1921030 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Ivan Zhakov committed Sep 30, 2024
1 parent 691f4c1 commit 417cafb
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 417cafb

Please sign in to comment.