svn commit: r1920665 - /apr/apr-util/branches/1.7.x/.github/workflows/windows.yml
| Newsgroups | gmane.comp.apache.apr.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: ivan
Date: Sun Sep 15 00:46:23 2024
New Revision: 1920665
URL: http://svn.apache.org/viewvc?rev=1920665&view=rev
Log:
.github/workflows/windows.yml: Add job that build APR-Util with LDAP enabled.
It doesn't work now.
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=1920665&r1=1920664&r2=1920665&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 Sun Sep 15 00:46:23 2024
@@ -77,6 +77,19 @@ jobs:
-DAPU_HAVE_ODBC=ON
-DAPU_HAVE_SQLITE3=ON
-DAPU_HAVE_CRYPTO=ON
+ - name: LDAP
+ os: windows-latest
+ triplet: x64-windows
+ arch: x64
+ build-type: Debug
+ generator: Ninja
+ build-shared: ON
+ dso-build: OFF
+ packages: expat
+ config: >-
+ -DAPR_HAVE_LDAP=ON
+ -DAPU_HAVE_SQLITE3=OFF
+ -DAPU_HAVE_CRYPTO=OFF
- name: Static
os: windows-latest
triplet: x64-windows-static
@@ -153,7 +166,6 @@ jobs:
-DBUILD_SHARED_LIBS=${{ matrix.build-shared }} ^
-DAPU_DSO_BUILD=${{ matrix.dso-build }} ^
-DAPU_BUILD_TEST=ON ^
- -DAPR_HAS_LDAP=OFF ^
-DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake ^
-DCMAKE_INSTALL_PREFIX=${{ github.workspace }}/install ^
-DVCPKG_TARGET_TRIPLET=${{ matrix.triplet }} ^