cicd: Useful for development settings

This commit is contained in:
jamesread 2023-08-25 15:09:24 +01:00
parent 56ef7ce95c
commit 6116e954ba
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ tmp_dir = "tmp"
args_bin = [] args_bin = []
bin = "./OliveTin" bin = "./OliveTin"
cmd = "go build -o OliveTin github.com/OliveTin/OliveTin/cmd/OliveTin" cmd = "go build -o OliveTin github.com/OliveTin/OliveTin/cmd/OliveTin"
delay = 0 delay = 1
exclude_dir = ["assets", "tmp", "vendor", "testdata"] exclude_dir = ["assets", "tmp", "vendor", "testdata"]
exclude_file = [] exclude_file = []
exclude_regex = ["_test.go"] exclude_regex = ["_test.go"]
@ -23,7 +23,7 @@ tmp_dir = "tmp"
rerun = false rerun = false
rerun_delay = 500 rerun_delay = 500
send_interrupt = false send_interrupt = false
stop_on_error = false stop_on_error = true
[color] [color]
app = "" app = ""