mirror of
https://github.com/microsoft/DirectXTex.git
synced 2026-02-10 14:46:14 +01:00
Add OneFuzz build pipeline
This commit is contained in:
33
build/OneFuzzConfig.json
Normal file
33
build/OneFuzzConfig.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"ConfigVersion": 3,
|
||||
"Entries": [
|
||||
{
|
||||
"JobNotificationEmail": "directxtkdev@microsoft.com",
|
||||
"Skip": false,
|
||||
"Fuzzer": {
|
||||
"$type": "libfuzzer",
|
||||
"FuzzingHarnessExecutableName": "fuzzloaders.exe"
|
||||
},
|
||||
"RebootAfterSetup": false,
|
||||
"OneFuzzJobs": [
|
||||
{
|
||||
"ProjectName": "Direct3D",
|
||||
"TargetName": "DirectXTex"
|
||||
}
|
||||
],
|
||||
"JobDependencies": [
|
||||
"fuzzloaders.exe",
|
||||
"fuzzloaders.pdb",
|
||||
"clang_rt.asan_dynamic-x86_64.dll",
|
||||
"msdia140.dll"
|
||||
],
|
||||
"AdoTemplate": {
|
||||
"Org": "microsoft",
|
||||
"Project": "OS",
|
||||
"AssignedTo": "chuckw@microsoft.com",
|
||||
"AreaPath": "OS\\Core\\SiGMa\\GRFX-Graphics",
|
||||
"IterationPath": "OS\\Future"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user