Add: windows mvp - transparent bugs not fixed
This commit is contained in:
21
justfile
Normal file
21
justfile
Normal file
@@ -0,0 +1,21 @@
|
||||
set shell := ["powershell.exe", "-NoLogo", "-Command"]
|
||||
|
||||
python := "python"
|
||||
|
||||
check:
|
||||
cargo check --workspace
|
||||
|
||||
test:
|
||||
cargo test --workspace
|
||||
|
||||
build-release:
|
||||
cargo build --release -p sprimo-app
|
||||
|
||||
package-win:
|
||||
{{python}} scripts/package_windows.py package
|
||||
|
||||
smoke-win:
|
||||
{{python}} scripts/package_windows.py smoke
|
||||
|
||||
qa-validate:
|
||||
{{python}} scripts/qa_validate.py
|
||||
Reference in New Issue
Block a user