svn commit: r1920643 - /apr/apr-util/branches/1.7.x/.github/workflows/windows.yml
| Newsgroups | gmane.comp.apache.apr.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: ivan
Date: Sat Sep 14 17:17:18 2024
New Revision: 1920643
URL: http://svn.apache.org/viewvc?rev=1920643&view=rev
Log:
.github/workflows/windows.yml: Add builder with Libxml2.
Modified:
apr/apr-util/branches/1.7.x/.github/workflows/windows.yml
Modified: apr/apr-util/branches/1.7.x/.github/workflows/windows.yml
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.7.x/.github/workflows/windows.yml?rev=1920643&r1=1920642&r2=1920643&view=diff
==============================================================================
--- apr/apr-util/branches/1.7.x/.github/workflows/windows.yml (original)
+++ apr/apr-util/branches/1.7.x/.github/workflows/windows.yml Sat Sep 14 17:17:18 2024
@@ -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