Skip to content

Commit

Permalink
.github/workflows/windows.yml: Add job that build APR-Util with LDAP …
Browse files Browse the repository at this point in the history
…enabled.

It doesn't work now.

git-svn-id: https://svn.apache.org/repos/asf/apr/apr-util/branches/1.7.x@1920665 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Ivan Zhakov committed Sep 15, 2024
1 parent 39bc3c5 commit e5e461d
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }} ^
Expand Down

0 comments on commit e5e461d

Please sign in to comment.