From f7908b90a5ee3a79f294b08c0f0c3a4ca0cc08c9 Mon Sep 17 00:00:00 2001 From: Ivan Zhakov Date: Sat, 14 Sep 2024 17:17:18 +0000 Subject: [PATCH] .github/workflows/windows.yml: Add builder with Libxml2. git-svn-id: https://svn.apache.org/repos/asf/apr/apr-util/branches/1.7.x@1920643 13f79535-47bb-0310-9956-ffa450edef68 --- .github/workflows/windows.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 1b47fc0a..326a20dd 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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