mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-03-11 03:12:41 +00:00
Add a static MinGW CI build (#992)
This commit is contained in:
parent
7ef8652326
commit
fa75468595
1 changed files with 6 additions and 0 deletions
|
@ -152,6 +152,12 @@ jobs:
|
|||
gtk-bundle: $(gtk-bundle-x64)
|
||||
libsndfile-url: $(libsndfile-url-x64)
|
||||
mingw-url: $(mingw-url-x64)
|
||||
x64-static:
|
||||
CMAKE_FLAGS: '-DBUILD_SHARED_LIBS=0'
|
||||
platform: x64
|
||||
gtk-bundle: $(gtk-bundle-x64)
|
||||
libsndfile-url: $(libsndfile-url-x64)
|
||||
mingw-url: $(mingw-url-x64)
|
||||
pool:
|
||||
vmImage: 'windows-2019'
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue