Skip to content

Commit

Permalink
AppVeyor: Added SDL 2.0.8 based build of SDLMixerVB
Browse files Browse the repository at this point in the history
  • Loading branch information
Wohlstand committed Jun 13, 2020
1 parent 32aaf30 commit 267aa9f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ environment:
GENERATOR: "MinGW Makefiles"
PLATFORM: Win32-VB6-Binding
EXTRA_CMAKE_FLAGS: "-DBUILD_AS_VB6_BINDING=ON -DAUDIO_CODECS_SDL2_HG_BRANCH=release-2.0.12 -DAUDIO_CODECS_SDL2_GIT_BRANCH=origin/release-2.0.12 -DWITH_SDL2_WASAPI=OFF"
- BUILD_TYPE: MinSizeRel
COMPILER: MinGW-w32
COMPILER_FAMILY: MinGW
GENERATOR: "MinGW Makefiles"
PLATFORM: Win32-VB6-Binding-SDL-2.0.8
EXTRA_CMAKE_FLAGS: "-DBUILD_AS_VB6_BINDING=ON -DAUDIO_CODECS_SDL2_HG_BRANCH=release-2.0.8 -DAUDIO_CODECS_SDL2_GIT_BRANCH=origin/release-2.0.8 -DWITH_SDL2_WASAPI=OFF"
- BUILD_TYPE: Release
COMPILER: MSVC15
COMPILER_FAMILY: MSVC
Expand Down

0 comments on commit 267aa9f

Please sign in to comment.