Update JOJ3 Configuration For TAs

manuel 2024-10-18 17:39:34 +08:00
parent fa91868d47
commit 63df5b45d5

@ -101,7 +101,7 @@ the next table is defined.
`[stagename]` table: configuration for stage `stagename` `[stagename]` table: configuration for stage `stagename`
- `command [string]`: command to run - `command [string]`: command to run
- `files.import [array of string]`: list of files to import to ensure the command runs as expected (eg. - `files.import [array of string]`: list of files to import to ensure the command runs as expected (eg.
driver and header files needed for compilation) driver and header files needed for compilation), path starts from JOJ configuration directory (eg. to import `/home/tt/.config/joj/tools/matlab-joj` use path `"tools/matlab-joj"`)
- `files.export [array of string]`: list of generated files to export to ensure future commands run as expected (eg. - `files.export [array of string]`: list of generated files to export to ensure future commands run as expected (eg.
binaries needed for online-judge stages) binaries needed for online-judge stages)
- `name [string]`: stage name to display (default: `stagename`) - `name [string]`: stage name to display (default: `stagename`)