This commit is contained in:
parent
5f047893d5
commit
c749348b14
2 changed files with 3 additions and 2 deletions
|
|
@ -9,6 +9,7 @@ on:
|
||||||
- .forgejo/**
|
- .forgejo/**
|
||||||
- Cargo.toml
|
- Cargo.toml
|
||||||
- Cargo.lock
|
- Cargo.lock
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
verify:
|
verify:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
|
|
||||||
|
|
@ -468,7 +468,7 @@ choose:
|
||||||
|
|
||||||
alias ch := choose
|
alias ch := choose
|
||||||
|
|
||||||
[script, private]
|
[script, private, env("CARGO_HOME", "$HOME/.cargo")]
|
||||||
ci recipe:
|
ci recipe:
|
||||||
su ci -c "just {{ recipe }}"
|
su ci -c "just {{ recipe }}"
|
||||||
|
|
||||||
|
|
@ -486,7 +486,7 @@ just_cmd_no_ts := 'just --explain --command-color green'
|
||||||
watch_cmd := "watchexec -qc -r -e rs,toml,html,css --color always -- "
|
watch_cmd := "watchexec -qc -r -e rs,toml,html,css --color always -- "
|
||||||
cover_cmd := 'cargo llvm-cov --color always --ignore-filename-regex "main\.rs|log\.rs"'
|
cover_cmd := 'cargo llvm-cov --color always --ignore-filename-regex "main\.rs|log\.rs"'
|
||||||
|
|
||||||
last_local_tag := `git tag --sort=-creatordate | head -1 | tr -d v`
|
last_local_tag := `git tag --sort=-creatordate | head -n 1 | tr -d v`
|
||||||
manifest_version := `grep "^version" Cargo.toml | cut -d \" -f 2`
|
manifest_version := `grep "^version" Cargo.toml | cut -d \" -f 2`
|
||||||
lockfile_version := ```
|
lockfile_version := ```
|
||||||
grep -A 1 'name = "en"' Cargo.lock \
|
grep -A 1 'name = "en"' Cargo.lock \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue