From 8889872f39afa180b2119ee2823413ef709327d1 Mon Sep 17 00:00:00 2001 From: milek7 Date: Wed, 18 Nov 2020 01:47:00 +0100 Subject: [PATCH] temporaily disable openvr for ubuntu CI --- azure-pipelines.yml | 2 +- openvrconfig/bindings_knuckles.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3396b8ef..f814218d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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 diff --git a/openvrconfig/bindings_knuckles.json b/openvrconfig/bindings_knuckles.json index 9d3bd51f..a93036f7 100755 --- a/openvrconfig/bindings_knuckles.json +++ b/openvrconfig/bindings_knuckles.json @@ -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" : [] }