Skip to content
代码片段 群组 项目
提交 b84a8773 编辑于 作者: Nick Gaskill's avatar Nick Gaskill
浏览文件

Merge branch 'stkerr-update-cov-fuzz-docs' into 'master'

Add new text to the coverage guided fuzz testing documentation

See merge request gitlab-org/gitlab!52342
No related branches found
No related tags found
无相关合并请求
...@@ -44,8 +44,18 @@ provided as part of your GitLab installation. ...@@ -44,8 +44,18 @@ provided as part of your GitLab installation.
To do so, add the following to your `.gitlab-ci.yml` file: To do so, add the following to your `.gitlab-ci.yml` file:
```yaml ```yaml
stages:
- fuzz
include: include:
- template: Coverage-Fuzzing.gitlab-ci.yml - template: Coverage-Fuzzing.gitlab-ci.yml
my_fuzz_target:
extends: .fuzz_base
script:
# Build your fuzz target binary in these steps, then run it with gitlab-cov-fuzz>
# See our example repos for how you could do this with any of our supported languages
- ./gitlab-cov-fuzz run --regression=$REGRESSION -- <your fuzz target>
``` ```
The included template makes available the [hidden job](../../../ci/yaml/README.md#hide-jobs) The included template makes available the [hidden job](../../../ci/yaml/README.md#hide-jobs)
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册