Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions infra/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ Continuous Integration infrastracture:

| Command | Description |
|---------|-------------
| `generate` |
| `build_image` |
| `build_fuzzers` |
| `run_fuzzer` |
| `coverage` |
| `shell` |
| `generate` | Generates skeleton files for a new target |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would you mind adding description for other commands too?

| `build_image` | Builds a docker image for a given target |
| `build_fuzzers` | Builds fuzzers for a given target |
| `run_fuzzer` | Runs a fuzzer in a docker container |
| `coverage` | Runs a fuzzer in a docker container and computes a coverage report |
| `shell` | Starts a shell inside the docker image for a target |