summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartijn van Beurden <mvanb1@gmail.com>2022-09-04 15:23:12 +0200
committerGitHub <noreply@github.com>2022-09-04 15:23:12 +0200
commit5e67c6278eb310e51da23c64862ef83dca8af01b (patch)
tree24d6c700fbb9fcbcb60480ebea282b6167015cc6
parent5d1402eae30b2daeeb40ecfb8892a98690850829 (diff)
downloadflac-5e67c6278eb310e51da23c64862ef83dca8af01b.tar.gz
[CI] Add Windows build with shared libs
-rw-r--r--.github/workflows/action.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml
index a6dd600b..35798815 100644
--- a/.github/workflows/action.yml
+++ b/.github/workflows/action.yml
@@ -74,6 +74,11 @@ jobs:
build-system: cmake
configure-opts: ''
+ - name: windows-latest-cmake-shared
+ os: windows-latest
+ build-system: cmake
+ configure-opts: '-DBUILD_SHARED_LIBS=ON'
+
- name: ubuntu-latest-gcc-autotools-64-bit-words
os: ubuntu-latest
cc: gcc