temporaily disable openvr for ubuntu CI

This commit is contained in:
milek7
2020-11-18 01:47:00 +01:00
parent 1c5dcfb87e
commit 8889872f39
2 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ jobs:
- script: |
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release -DWITH_ZMQ=OFF
cmake .. -DCMAKE_BUILD_TYPE=Release -DWITH_ZMQ=OFF -DWITH_OPENVR=OFF
cmake --build .
displayName: 'Build'
- task: PublishBuildArtifacts@1

View File

@@ -27,8 +27,8 @@
},
"category" : "steamvr_input",
"controller_type" : "knuckles",
"description" : "Default two handed bindings with movement on the off hand",
"name" : "Dual Controllers (Movement on Off Hand)",
"description" : "Basic config with actions on triggers",
"name" : "Basic config",
"options" : {},
"simulated_actions" : []
}