Add OneFuzz build pipeline

This commit is contained in:
Chuck Walbourn
2023-11-05 23:12:56 -08:00
committed by GitHub
parent 5a83705fce
commit f58c30705b
6 changed files with 226 additions and 2 deletions

33
build/OneFuzzConfig.json Normal file
View 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"
}
}
]
}