mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 14:52:01 +00:00
- moved macOS extra options to proper CI target
This commit is contained in:
parent
ace03bde0b
commit
dff6b2a732
1 changed files with 1 additions and 1 deletions
2
.github/workflows/continuous_integration.yml
vendored
2
.github/workflows/continuous_integration.yml
vendored
|
@ -25,13 +25,13 @@ jobs:
|
||||||
- {
|
- {
|
||||||
name: "macOS",
|
name: "macOS",
|
||||||
os: macos-10.15,
|
os: macos-10.15,
|
||||||
extra_options: "-DDYN_FLUIDSYNTH=OFF -DDYN_OPENAL=OFF -DDYN_SNDFILE=OFF -DDYN_MPG123=OFF",
|
|
||||||
deps_cmdline: "brew install libvpx",
|
deps_cmdline: "brew install libvpx",
|
||||||
build_type: "Release"
|
build_type: "Release"
|
||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
name: "macOS",
|
name: "macOS",
|
||||||
os: macos-10.15,
|
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",
|
deps_cmdline: "brew install libvpx fluidsynth mpg123 libsndfile",
|
||||||
build_type: "Debug"
|
build_type: "Debug"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue