mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2025-09-22 18:57:07 +00:00
Force HIDAPI on for Linux build workers
This commit is contained in:
parent
8243169dad
commit
b778f08728
14
.github/workflows/build.yml
vendored
14
.github/workflows/build.yml
vendored
|
@ -16,14 +16,14 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
platform:
|
||||
- { name: win-x64, os: windows-latest, flags: -A x64 -DHAVE_DINPUT_H=0 }
|
||||
- { name: win-x86, os: windows-latest, flags: -A Win32 -DHAVE_DINPUT_H=0 }
|
||||
- { name: win-arm64, os: windows-latest, flags: -A ARM64 -DHAVE_DINPUT_H=0 }
|
||||
- { name: linux-x64, os: ubuntu-18.04, flags: -GNinja , target_apt_arch: ":amd64" }
|
||||
- { name: linux-x86, os: ubuntu-18.04, flags: -GNinja, cmake_configure_env: CFLAGS=-m32 CXXFLAGS=-m32, target_apt_arch: ":i386" }
|
||||
- { name: osx-x64, os: macos-latest, flags: -DCMAKE_OSX_ARCHITECTURES="x86_64" -DCMAKE_OSX_DEPLOYMENT_TARGET="10.14" }
|
||||
- { name: win-x64, os: windows-latest, flags: -A x64 -DHAVE_DINPUT_H=0 }
|
||||
- { name: win-x86, os: windows-latest, flags: -A Win32 -DHAVE_DINPUT_H=0 }
|
||||
- { name: win-arm64, os: windows-latest, flags: -A ARM64 -DHAVE_DINPUT_H=0 }
|
||||
- { name: linux-x64, os: ubuntu-18.04, flags: -GNinja -DHIDAPI=ON, target_apt_arch: ":amd64" }
|
||||
- { name: linux-x86, os: ubuntu-18.04, flags: -GNinja -DHIDAPI=ON, cmake_configure_env: CFLAGS=-m32 CXXFLAGS=-m32, target_apt_arch: ":i386" }
|
||||
- { name: osx-x64, os: macos-latest, flags: -DCMAKE_OSX_ARCHITECTURES="x86_64" -DCMAKE_OSX_DEPLOYMENT_TARGET="10.14" }
|
||||
# NOTE: macOS 11.0 is the first released supported by Apple Silicon.
|
||||
- { name: osx-arm64, os: macos-latest, flags: -DCMAKE_OSX_ARCHITECTURES="arm64" -DCMAKE_OSX_DEPLOYMENT_TARGET="11.0" }
|
||||
- { name: osx-arm64, os: macos-latest, flags: -DCMAKE_OSX_ARCHITECTURES="arm64" -DCMAKE_OSX_DEPLOYMENT_TARGET="11.0" }
|
||||
steps:
|
||||
- name: Setup Linux dependencies
|
||||
if: runner.os == 'Linux'
|
||||
|
|
Loading…
Reference in a new issue