mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
26 lines
503 B
JSON
26 lines
503 B
JSON
{
|
|
"version": 3,
|
|
"configurePresets": [
|
|
{
|
|
"name": "base",
|
|
"generator": "Ninja",
|
|
"binaryDir": "${sourceDir}/../.deps",
|
|
"hidden": true
|
|
},
|
|
{
|
|
"name": "ci",
|
|
"inherits": ["base"]
|
|
},
|
|
{
|
|
"name": "external_deps",
|
|
"description": "Build neovim with external deps on ubuntu",
|
|
"cacheVariables": {
|
|
"USE_BUNDLED":"OFF",
|
|
"USE_BUNDLED_LIBVTERM":"ON",
|
|
"USE_BUNDLED_TS":"ON"
|
|
},
|
|
"inherits": ["base"]
|
|
}
|
|
]
|
|
}
|