svn commit: r1920656 - /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 18:54:30 2024
New Revision: 1920656
URL: http://svn.apache.org/viewvc?rev=1920656&view=rev
Log:
.github/workflows/windows.yml: Add x86 build.
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=1920656&r1=1920655&r2=1920656&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 18:54:30 2024
@@ -21,6 +21,15 @@ jobs:
build-shared: ON
dso-build: ON
packages: expat
+ - name: Default x86
+ os: windows-latest
+ triplet: x86-windows
+ arch: x86
+ build-type: Debug
+ generator: Ninja
+ build-shared: ON
+ dso-build: ON
+ packages: expat
- name: Use Libxml2
os: windows-latest
triplet: x64-windows