vegapokerbot/.air.toml
Neur0toxine 28f057e7b2
Some checks reported errors
continuous-integration/drone/push Build was killed
wip: moving to fsm
2024-05-14 14:44:41 +03:00

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