mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
CMake: Add a Fuzzers preset for building fuzzers locally
This commit is contained in:
parent
a283a4fce5
commit
80d9949264
Notes:
github-actions[bot]
2024-11-06 17:39:48 +00:00
Author: https://github.com/trflynn89 Commit: https://github.com/LadybirdBrowser/ladybird/commit/80d99492645 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1528
1 changed files with 12 additions and 6 deletions
|
@ -138,13 +138,10 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Fuzzers_CI",
|
"name": "Fuzzers",
|
||||||
"inherits": [
|
"inherits": "default",
|
||||||
"vcpkg_ci",
|
|
||||||
"default"
|
|
||||||
],
|
|
||||||
"displayName": "Fuzzers Config",
|
"displayName": "Fuzzers Config",
|
||||||
"description": "Fuzzers build with GitHub Actions cache",
|
"description": "Fuzzers build",
|
||||||
"binaryDir": "${fileDir}/Build/fuzzers",
|
"binaryDir": "${fileDir}/Build/fuzzers",
|
||||||
"cacheVariables": {
|
"cacheVariables": {
|
||||||
"CMAKE_BUILD_TYPE": "",
|
"CMAKE_BUILD_TYPE": "",
|
||||||
|
@ -152,6 +149,15 @@
|
||||||
"ENABLE_FUZZERS_LIBFUZZER": "ON",
|
"ENABLE_FUZZERS_LIBFUZZER": "ON",
|
||||||
"ENABLE_ADDRESS_SANITIZER": "ON"
|
"ENABLE_ADDRESS_SANITIZER": "ON"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Fuzzers_CI",
|
||||||
|
"inherits": [
|
||||||
|
"vcpkg_ci",
|
||||||
|
"Fuzzers"
|
||||||
|
],
|
||||||
|
"displayName": "Fuzzers CI Config",
|
||||||
|
"description": "Fuzzers build with GitHub Actions cache"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"buildPresets": [
|
"buildPresets": [
|
||||||
|
|
Loading…
Reference in a new issue