JOJ3-config-generator/tests/convert/unnecessary/task.toml
张泊明518370910136 df5295258f
Some checks failed
build / build (push) Failing after 48s
feat: alias to all underscore
2025-06-02 19:20:36 -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