svn commit: r1926398 - /apr/apr/trunk/.github/workflows/windows.yml
| Newsgroups | gmane.comp.apache.apr.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: ivan
Date: Fri Jun 13 19:28:13 2025
New Revision: 1926398
URL: http://svn.apache.org/viewvc?rev=1926398&view=rev
Log:
* .github/workflows/windows.yml: Add Windows arm64 job.
Modified:
apr/apr/trunk/.github/workflows/windows.yml
Modified: apr/apr/trunk/.github/workflows/windows.yml
URL: http://svn.apache.org/viewvc/apr/apr/trunk/.github/workflows/windows.yml?rev=1926398&r1=1926397&r2=1926398&view=diff
==============================================================================
--- apr/apr/trunk/.github/workflows/windows.yml (original)
+++ apr/apr/trunk/.github/workflows/windows.yml Fri Jun 13 19:28:13 2025
@@ -28,6 +28,14 @@ jobs:
generator: Ninja
build-shared: ON
dso-build: ON
+ - name: Default arm64
+ os: windows-11-arm
+ triplet: arm64-windows
+ arch: arm64
+ build-type: Debug
+ generator: Ninja
+ build-shared: ON
+ dso-build: ON
- name: Use Expat
os: windows-latest
triplet: x64-windows