mirror of
https://codeberg.org/unspeaker/tek.git
synced 2026-02-21 16:29:04 +01:00
flattened tengri
This commit is contained in:
parent
ec404b0305
commit
abf950aea4
4 changed files with 63 additions and 95 deletions
16
bacon.toml
16
bacon.toml
|
|
@ -10,25 +10,25 @@ l = "job:clippy"
|
|||
[jobs.check]
|
||||
command = ["cargo", "check"]
|
||||
need_stdout = false
|
||||
watch = ["deps", "engine", "device", "app"]
|
||||
watch = ["dizzle", "tengri", "app"]
|
||||
[jobs.check-all]
|
||||
command = ["cargo", "check", "--all-targets"]
|
||||
need_stdout = false
|
||||
watch = ["deps", "engine", "device", "app"]
|
||||
watch = ["dizzle", "tengri", "app"]
|
||||
[jobs.clippy]
|
||||
command = ["cargo", "clippy"]
|
||||
need_stdout = false
|
||||
watch = ["deps", "engine", "device", "app"]
|
||||
watch = ["dizzle", "tengri", "app"]
|
||||
[jobs.clippy-all]
|
||||
command = ["cargo", "clippy", "--all-targets"]
|
||||
need_stdout = false
|
||||
watch = ["deps", "engine", "device", "app"]
|
||||
watch = ["dizzle", "tengri", "app"]
|
||||
[jobs.test]
|
||||
command = ["cargo", "test", "--workspace", "--exclude", "jack"]
|
||||
need_stdout = true
|
||||
watch = ["deps", "engine", "device", "app"]
|
||||
watch = ["dizzle", "tengri", "app"]
|
||||
[jobs.nextest]
|
||||
watch = ["deps", "engine", "device", "app"]
|
||||
watch = ["dizzle", "tengri", "app"]
|
||||
command = [
|
||||
"cargo", "nextest", "run",
|
||||
"--hide-progress-bar", "--failure-output", "final"
|
||||
|
|
@ -51,14 +51,14 @@ need_stdout = true
|
|||
allow_warnings = true
|
||||
background = true
|
||||
[jobs.run-long]
|
||||
watch = ["deps", "engine", "device", "app"]
|
||||
watch = ["dizzle", "tengri", "app"]
|
||||
command = [ "cargo", "run", ]
|
||||
need_stdout = true
|
||||
allow_warnings = true
|
||||
background = false
|
||||
on_change_strategy = "kill_then_restart"
|
||||
[jobs.ex]
|
||||
watch = ["deps", "engine", "device", "app"]
|
||||
watch = ["dizzle", "tengri", "app"]
|
||||
command = ["cargo", "run", "--example"]
|
||||
need_stdout = true
|
||||
allow_warnings = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue