ac951b2afa
Some checks failed
ContinuousDelivery / linux-ubuntu (push) Has been cancelled
ContinuousDelivery / android (map[ndk_abi:arm64-v8a vcpkg_toolkit:arm64-android]) (push) Has been cancelled
ContinuousDelivery / android (map[ndk_abi:armeabi-v7a vcpkg_toolkit:arm-neon-android]) (push) Has been cancelled
ContinuousDelivery / android (map[ndk_abi:x86_64 vcpkg_toolkit:x64-android]) (push) Has been cancelled
ContinuousDelivery / windows (push) Has been cancelled
ContinuousDelivery / windows-asan (push) Has been cancelled
ContinuousIntegration / linux (push) Has been cancelled
ContinuousIntegration / android (map[ndk_abi:arm64-v8a vcpkg_toolkit:arm64-android]) (push) Has been cancelled
ContinuousIntegration / android (map[ndk_abi:armeabi-v7a vcpkg_toolkit:arm-neon-android]) (push) Has been cancelled
ContinuousIntegration / android (map[ndk_abi:x86_64 vcpkg_toolkit:x64-android]) (push) Has been cancelled
ContinuousIntegration / macos (push) Has been cancelled
ContinuousIntegration / windows (push) Has been cancelled
ContinuousDelivery / release (push) Has been cancelled
Merge commit '261d2e53b7a513de7eb35e022fe3b2ae4efa835f'
37 lines
1.1 KiB
JSON
37 lines
1.1 KiB
JSON
{
|
|
"version": 3,
|
|
"configurePresets": [
|
|
{
|
|
"name": "windows-default",
|
|
"binaryDir": "${sourceDir}/_build",
|
|
"cacheVariables": {
|
|
"ENABLE_SHARED": true,
|
|
"ENABLE_STATIC": true,
|
|
"FLAT_OUTPUT_STRUCTURE": true,
|
|
"AUTOTEST": true,
|
|
"BUILD_MISC_TESTS": true,
|
|
"BOOTSTRAP_DAEMON": false,
|
|
"MUST_BUILD_TOXAV": true,
|
|
"TEST_TIMEOUT_SECONDS": "60",
|
|
"CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS": true,
|
|
"CMAKE_COMPILE_WARNING_AS_ERROR": true,
|
|
"CMAKE_TOOLCHAIN_FILE": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake"
|
|
}
|
|
}
|
|
],
|
|
"buildPresets": [
|
|
{
|
|
"name": "windows-default",
|
|
"configurePreset": "windows-default",
|
|
"description": "Build for Windows using default settings"
|
|
}
|
|
],
|
|
"testPresets": [
|
|
{
|
|
"name": "windows-default",
|
|
"configurePreset": "windows-default",
|
|
"description": "Run tests for Windows using default settings"
|
|
}
|
|
]
|
|
}
|