mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 06:41:59 +00:00
- removed MSVC 32 bit target and added libvpx to Linux GCC target in CI setup.
This commit is contained in:
parent
4dc7f8b142
commit
08f33c2093
1 changed files with 1 additions and 6 deletions
7
.github/workflows/continuous_integration.yml
vendored
7
.github/workflows/continuous_integration.yml
vendored
|
@ -18,11 +18,6 @@ jobs:
|
|||
os: windows-latest,
|
||||
extra_options: "-A x64"
|
||||
}
|
||||
- {
|
||||
name: "Visual Studio 32-bit",
|
||||
os: windows-latest,
|
||||
extra_options: "-A Win32 -DFORCE_INTERNAL_ZLIB=ON"
|
||||
}
|
||||
- {
|
||||
name: "macOS",
|
||||
os: macos-latest,
|
||||
|
@ -32,7 +27,7 @@ jobs:
|
|||
- {
|
||||
name: "Linux GCC",
|
||||
os: ubuntu-latest,
|
||||
deps_cmdline: "sudo apt update && sudo apt install libsdl2-dev libgtk2.0-dev"
|
||||
deps_cmdline: "sudo apt update && sudo apt install libsdl2-dev libgtk2.0-dev libvpx-dev"
|
||||
}
|
||||
- {
|
||||
name: "Linux Clang",
|
||||
|
|
Loading…
Reference in a new issue