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: | - script: |
mkdir build mkdir build
cd build cd build
cmake .. -DCMAKE_BUILD_TYPE=Release -DWITH_ZMQ=OFF cmake .. -DCMAKE_BUILD_TYPE=Release -DWITH_ZMQ=OFF -DWITH_OPENVR=OFF
cmake --build . cmake --build .
displayName: 'Build' displayName: 'Build'
- task: PublishBuildArtifacts@1 - task: PublishBuildArtifacts@1

View File

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