- moved macOS extra options to proper CI target

This commit is contained in:
alexey.lysiuk 2021-04-01 12:01:45 +03:00
parent ace03bde0b
commit dff6b2a732
1 changed files with 1 additions and 1 deletions

View File

@ -25,13 +25,13 @@ jobs:
- {
name: "macOS",
os: macos-10.15,
extra_options: "-DDYN_FLUIDSYNTH=OFF -DDYN_OPENAL=OFF -DDYN_SNDFILE=OFF -DDYN_MPG123=OFF",
deps_cmdline: "brew install libvpx",
build_type: "Release"
}
- {
name: "macOS",
os: macos-10.15,
extra_options: "-DDYN_FLUIDSYNTH=OFF -DDYN_OPENAL=OFF -DDYN_SNDFILE=OFF -DDYN_MPG123=OFF",
deps_cmdline: "brew install libvpx fluidsynth mpg123 libsndfile",
build_type: "Debug"
}