Skip to content

Commit

Permalink
.github/workflows/windows.yml: Add job to build with expat.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1920684 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Ivan Zhakov committed Sep 15, 2024
1 parent 4808455 commit 59fd253
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
generator: Ninja
build-shared: ON
dso-build: ON
packages: expat
- name: Default x86
os: windows-latest
triplet: x86-windows
Expand All @@ -29,7 +28,19 @@ jobs:
generator: Ninja
build-shared: ON
dso-build: ON
- name: Use Expat
os: windows-latest
triplet: x64-windows
arch: x64
build-type: Debug
generator: Ninja
build-shared: ON
dso-build: ON
packages: expat
config: >-
-DAPU_USE_XMLITE=OFF
-DAPU_USE_EXPAT=ON
-DAPU_USE_LIBXML2=OFF
- name: Use Libxml2
os: windows-latest
triplet: x64-windows
Expand Down Expand Up @@ -64,7 +75,6 @@ jobs:
generator: Ninja
build-shared: ON
dso-build: OFF
packages: expat
- name: Minimal
os: windows-latest
triplet: x64-windows
Expand All @@ -73,7 +83,6 @@ jobs:
generator: Ninja
build-shared: ON
dso-build: OFF
packages: expat
config: >-
-DAPU_HAVE_ODBC=OFF
-DAPU_HAVE_SQLITE3=OFF
Expand All @@ -86,7 +95,7 @@ jobs:
generator: Ninja
build-shared: ON
dso-build: OFF
packages: expat sqlite3 openssl libiconv
packages: sqlite3 openssl libiconv
config: >-
-DAPU_HAVE_ODBC=ON
-DAPU_HAVE_SQLITE3=ON
Expand All @@ -100,7 +109,6 @@ jobs:
generator: Ninja
build-shared: OFF
dso-build: OFF
packages: expat
fail-fast: false

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

0 comments on commit 59fd253

Please sign in to comment.