[CI] Add Windows build with shared libs

This commit is contained in:
Martijn van Beurden 2022-09-04 15:23:12 +02:00 committed by GitHub
parent 5d1402eae3
commit 5e67c6278e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -74,6 +74,11 @@ jobs:
build-system: cmake build-system: cmake
configure-opts: '' 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 - name: ubuntu-latest-gcc-autotools-64-bit-words
os: ubuntu-latest os: ubuntu-latest
cc: gcc cc: gcc