- removed MSVC 32 bit target and added libvpx to Linux GCC target in CI setup.

This commit is contained in:
Christoph Oelckers 2020-09-16 20:27:12 +02:00
parent 4dc7f8b142
commit 08f33c2093

View file

@ -18,11 +18,6 @@ jobs:
os: windows-latest, os: windows-latest,
extra_options: "-A x64" extra_options: "-A x64"
} }
- {
name: "Visual Studio 32-bit",
os: windows-latest,
extra_options: "-A Win32 -DFORCE_INTERNAL_ZLIB=ON"
}
- { - {
name: "macOS", name: "macOS",
os: macos-latest, os: macos-latest,
@ -32,7 +27,7 @@ jobs:
- { - {
name: "Linux GCC", name: "Linux GCC",
os: ubuntu-latest, 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", name: "Linux Clang",