Update doc: conf.toml detail
parent
1e7b72392d
commit
75268e0be5
|
@ -23,6 +23,8 @@ In the file, there will be many stages stating each parser to run. To be more sp
|
||||||
|
|
||||||
During the `run-joj` process, we will have **several stages** where we will apply different parsers to the code. Those **stages and parsers** are what the users should know how to set. The sandbox executor always sends to go-judge. Stages run one by one. Each stage contains an executor that runs command and give the command output, and a parser that parse the output and generate score and comment.
|
During the `run-joj` process, we will have **several stages** where we will apply different parsers to the code. Those **stages and parsers** are what the users should know how to set. The sandbox executor always sends to go-judge. Stages run one by one. Each stage contains an executor that runs command and give the command output, and a parser that parse the output and generate score and comment.
|
||||||
|
|
||||||
|
## Template
|
||||||
|
|
||||||
Here are the template code for stages and parsers:
|
Here are the template code for stages and parsers:
|
||||||
```toml
|
```toml
|
||||||
[[stages]]
|
[[stages]]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user