Reactive DInput

This commit is contained in:
Mary 2021-06-02 19:06:56 +02:00
parent 9df2d3f9dd
commit 866a2834a4

View file

@ -16,9 +16,9 @@ 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: win-x64, os: windows-latest, flags: -A x64 }
- { name: win-x86, os: windows-latest, flags: -A Win32 }
- { name: win-arm64, os: windows-latest, flags: -A ARM64 }
- { name: linux-x64, os: ubuntu-18.04, flags: -GNinja -DHIDAPI=ON -DUSB_LIB_SONAME="libusb-1.0.so.0", target_apt_arch: ":amd64" }
- { name: linux-x86, os: ubuntu-18.04, flags: -GNinja -DHIDAPI=ON -DUSB_LIB_SONAME="libusb-1.0.so.0", 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" }