Skip to content

Commit

Permalink
* .github/workflows/windows.yml: Build DBD PostgreSQL support.
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@1920812 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Ivan Zhakov committed Sep 20, 2024
1 parent ef7c97c commit fe5ebf5
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,18 +64,19 @@ jobs:
-DAPU_HAVE_ODBC=OFF
-DAPU_HAVE_SQLITE3=OFF
-DAPU_HAVE_CRYPTO=OFF
- name: ODBC + SQLITE3 + CRYPTO
- name: ODBC + SQLITE3 + PGSQL + CRYPTO
os: windows-latest
triplet: x64-windows
arch: x64
build-type: Debug
generator: Ninja
build-shared: ON
dso-build: OFF
packages: expat sqlite3 openssl
packages: expat sqlite3 openssl libpq
config: >-
-DAPU_HAVE_ODBC=ON
-DAPU_HAVE_SQLITE3=ON
-DAPU_HAVE_PGSQL=ON
-DAPU_HAVE_CRYPTO=ON
- name: LDAP
os: windows-latest
Expand Down

0 comments on commit fe5ebf5

Please sign in to comment.