Neur0toxine
2cd46585a8
All checks were successful
continuous-integration/drone/push Build is passing
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
|