Skip to content

Commit

Permalink
.github/workflows/windows.yml: Add builder with Libxml2.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/apr/apr-util/branches/1.7.x@1920643 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Ivan Zhakov committed Sep 14, 2024
1 parent 96591ce commit f7908b9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@ jobs:
build-shared: ON
dso-build: ON
packages: expat
- name: Use Libxml2
os: windows-latest
triplet: x64-windows
arch: x64
build-type: Debug
generator: Ninja
build-shared: ON
dso-build: ON
packages: libxml2
- name: Shared (no DSO)
os: windows-latest
triplet: x64-windows
Expand Down

0 comments on commit f7908b9

Please sign in to comment.