From 6573032fffc201ee69dfe22d0d678eda8f915436 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 19 Jun 2017 17:23:03 +0200 Subject: syz-ci: add continuous integration system --- docs/ci.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docs/ci.md (limited to 'docs/ci.md') diff --git a/docs/ci.md b/docs/ci.md new file mode 100644 index 000000000..9301e5db9 --- /dev/null +++ b/docs/ci.md @@ -0,0 +1,5 @@ +# Continuous integration fuzzing + +(syz-ci)[syz-ci/] command provides support for continuous fuzzing with syzkaller. +It runs several syz-manager's, polls and rebuilds images for managers and polls +and rebuilds syzkaller binaries. -- cgit mrf-deployment