We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 128fa39 commit 318f45cCopy full SHA for 318f45c
.github/workflows/build-linux.yml
@@ -50,7 +50,7 @@ jobs:
50
- name: "Clang"
51
build_type: "Debug"
52
cmake_generator: "Ninja"
53
- cmake_args: "-DDILIGENT_BUILD_TESTS=ON"
+ cmake_args: "-DDILIGENT_BUILD_TESTS=ON -DDILIGENT_USE_OPENXR=ON"
54
cc: "clang-12"
55
cxx: "clang++-12"
56
.github/workflows/build-windows.yml
@@ -28,7 +28,7 @@ jobs:
28
toolset: ["Win32", "x64"]
29
build_type: ["Debug", "Release"]
30
cmake_generator: ["Visual Studio 17 2022"]
31
- cmake_args: ["-DDILIGENT_BUILD_TESTS=ON -DDILIGENT_NO_WEBGPU=OFF -DDILIGENT_USE_OPENXR=ON "]
+ cmake_args: ["-DDILIGENT_BUILD_TESTS=ON -DDILIGENT_NO_WEBGPU=OFF -DDILIGENT_USE_OPENXR=ON"]
32
platform: ["Win32"]
33
34
include:
0 commit comments