oss-fuzz/projects/skia/project.yaml

24 lines
665 B
YAML
Raw Normal View History

2017-04-25 20:23:10 +00:00
homepage: "https://github.com/google/skia"
language: c++
2017-04-25 20:23:10 +00:00
primary_contact: "kjlubick@chromium.org"
auto_ccs:
- "hcm@google.com"
2018-04-03 13:21:06 +00:00
- "bsalomon@google.com"
- "brianosman@google.com"
- "johnstiles@google.com"
- "ethannicholas@google.com"
- "egdaniel@google.com"
- "skia-gpu-wrangler@google.com"
- "skia-bugs-central@skia-public.iam.gserviceaccount.com"
vendor_ccs:
- "lsalzman@mozilla.com"
- "twsmith@mozilla.com"
sanitizers:
- address
- undefined
# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
# - memory
help_url: "https://skia.org/dev/testing/fuzz"
2020-09-14 17:15:17 +00:00
builds_per_day: 4
main_repo: 'https://skia.googlesource.com/skia.git'