mirror of https://github.com/xiph/flac
[CI] Add Windows build with shared libs
This commit is contained in:
parent
5d1402eae3
commit
5e67c6278e
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue