mirror of
https://github.com/criyle/go-judge.git
synced 2025-11-04 14:50:02 +08:00
8 lines
179 B
TOML
8 lines
179 B
TOML
root = "."
|
|
|
|
[build]
|
|
cmd = "go build -o ./tmp/executorserver ./cmd/executorserver"
|
|
full_bin = "tmp/executorserver -enable-grpc -enable-debug -enable-metrics"
|
|
|
|
include_ext = ["go"]
|