Skip to content

Commit

Permalink
.github/workflows/windows.yml: Build with APU_HAVE_ICONV=ON.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/apr/apr-util/branches/1.7.x@1921037 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Ivan Zhakov committed Sep 30, 2024
1 parent 9f1cf16 commit a2858b0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,20 +64,21 @@ jobs:
-DAPU_HAVE_ODBC=OFF
-DAPU_HAVE_SQLITE3=OFF
-DAPU_HAVE_CRYPTO=OFF
- name: ODBC + SQLITE3 + PGSQL + CRYPTO
- name: ODBC + SQLITE3 + PGSQL + CRYPTO + ICONV
os: windows-latest
triplet: x64-windows
arch: x64
build-type: Debug
generator: Ninja
build-shared: ON
dso-build: OFF
packages: expat sqlite3 openssl libpq
packages: expat sqlite3 openssl libpq libiconv
config: >-
-DAPU_HAVE_ODBC=ON
-DAPU_HAVE_SQLITE3=ON
-DAPU_HAVE_PGSQL=ON
-DAPU_HAVE_CRYPTO=ON
-DAPU_HAVE_ICONV=ON
- name: LDAP
os: windows-latest
triplet: x64-windows
Expand Down

0 comments on commit a2858b0

Please sign in to comment.