mirror of
https://codeberg.org/unspeaker/tengri.git
synced 2026-02-21 18:49:04 +01:00
refactor: flatten this too
This commit is contained in:
parent
b4ebdb8ff8
commit
5d61cc6c5f
34 changed files with 3053 additions and 3167 deletions
|
|
@ -14,26 +14,28 @@ l = "job:clippy"
|
|||
[jobs.check]
|
||||
command = ["cargo", "check"]
|
||||
need_stdout = false
|
||||
watch = ["core","dsl","editor","input","output","proc","tengri","tui"]
|
||||
watch = ["tengri"]
|
||||
|
||||
[jobs.clippy-all]
|
||||
command = ["cargo", "clippy"]
|
||||
need_stdout = false
|
||||
watch = ["tek", "deps"]
|
||||
watch = ["tengri"]
|
||||
|
||||
[jobs.test]
|
||||
command = ["cargo", "test"]
|
||||
need_stdout = true
|
||||
watch = ["tek", "deps"]
|
||||
watch = ["tengri"]
|
||||
|
||||
[jobs.doc]
|
||||
command = ["cargo", "doc", "--no-deps"]
|
||||
need_stdout = false
|
||||
watch = ["tengri"]
|
||||
|
||||
[jobs.doc-open]
|
||||
command = ["cargo", "doc", "--no-deps", "--open"]
|
||||
need_stdout = false
|
||||
on_success = "back" # so that we don't open the browser at each change
|
||||
watch = ["tengri"]
|
||||
|
||||
[skin]
|
||||
status_fg = 15
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue