Skip to content

Commit

Permalink
.github/workflows/windows.yml: Build PostgreSQL driver in 'All' confi…
Browse files Browse the repository at this point in the history
…guration.

git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1920713 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Ivan Zhakov committed Sep 16, 2024
1 parent 6d2eeae commit e27a439
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,32 +87,34 @@ jobs:
-DAPU_HAVE_ODBC=OFF
-DAPU_HAVE_SQLITE3=OFF
-DAPU_HAVE_CRYPTO=OFF
- name: "Shared: All (ODBC + Sqlite3 + Crypto + Iconv)"
- name: "Shared: All (ODBC + Sqlite3 + PostgreSQL + Crypto + Iconv)"
os: windows-latest
triplet: x64-windows
arch: x64
build-type: Debug
generator: Ninja
build-shared: ON
dso-build: ON
packages: sqlite3 openssl libiconv
packages: sqlite3 openssl libiconv libpq[core]
config: >-
-DAPU_HAVE_ODBC=ON
-DAPU_HAVE_SQLITE3=ON
-DAPU_HAVE_PGSQL=ON
-DAPU_HAVE_CRYPTO=ON
-DAPU_HAVE_ICONV=ON
- name: "Static: All (ODBC + Sqlite3 + Crypto + Iconv)"
- name: "Static: All (ODBC + Sqlite3 + PostgreSQL + Crypto + Iconv)"
os: windows-latest
triplet: x64-windows-static
arch: x64
build-type: Debug
generator: Ninja
build-shared: OFF
dso-build: OFF
packages: sqlite3 openssl libiconv
packages: sqlite3 openssl libiconv libpq[core]
config: >-
-DAPU_HAVE_ODBC=ON
-DAPU_HAVE_SQLITE3=ON
-DAPU_HAVE_PGSQL=ON
-DAPU_HAVE_CRYPTO=ON
-DAPU_HAVE_ICONV=ON
fail-fast: false
Expand Down

0 comments on commit e27a439

Please sign in to comment.