11 lines
190 B
TOML
11 lines
190 B
TOML
|
root = "."
|
||
|
|
||
|
[build]
|
||
|
exclude_regex = ["_test\\.go"]
|
||
|
bin = "/usr/bin/make debug"
|
||
|
cmd = "/usr/bin/make build"
|
||
|
kill_delay = 0
|
||
|
log = "build-errors.log"
|
||
|
send_interrupt = true
|
||
|
stop_on_error = true
|