JOJ3-config-generator/tests/convert/unnecessary/task.toml
张泊明518370910136 f556801884
All checks were successful
build / build (push) Successful in 3m8s
feat: check unnecessary fields (#12)
2025-06-01 21:43:37 -04:00

16 lines
386 B
TOML

# general task configuration
task.name = "hw7 ex2" # task name
[[stages]]
name = "[cq] Filelength"
command = "./tools/filelength 400 300 *.cpp *.h"
files.import = ["tools/filelength"]
parsers = ["result-detail"]
result-detail.cpu_time = true
result-detail.time = true
result-detail.mem = true
result-detail.stdout = false
result-detail.stderr = false
result-detail.exit_status = true