mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
temporaily disable openvr for ubuntu CI
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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" : []
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user