Skip to content

Commit

Permalink
.github/workflows/windows.yml: Build all features in static job.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1920685 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Ivan Zhakov committed Sep 15, 2024
1 parent 59fd253 commit 865b0dc
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,28 +87,34 @@ jobs:
-DAPU_HAVE_ODBC=OFF
-DAPU_HAVE_SQLITE3=OFF
-DAPU_HAVE_CRYPTO=OFF
- name: ODBC + Sqlite3 + Crypto + Iconv
- name: "Shared: All (ODBC + Sqlite3 + Crypto + Iconv)"
os: windows-latest
triplet: x64-windows
arch: x64
build-type: Debug
generator: Ninja
build-shared: ON
dso-build: OFF
dso-build: ON
packages: sqlite3 openssl libiconv
config: >-
-DAPU_HAVE_ODBC=ON
-DAPU_HAVE_SQLITE3=ON
-DAPU_HAVE_CRYPTO=ON
-DAPU_HAVE_ICONV=ON
- name: Static
- name: "Static: All (ODBC + Sqlite3 + 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
config: >-
-DAPU_HAVE_ODBC=ON
-DAPU_HAVE_SQLITE3=ON
-DAPU_HAVE_CRYPTO=ON
-DAPU_HAVE_ICONV=ON
fail-fast: false

name: ${{ matrix.name }}
Expand Down

0 comments on commit 865b0dc

Please sign in to comment.