mirror of
https://github.com/onyx-and-iris/nvda-voicemeeter.git
synced 2026-04-18 07:13:31 +00:00
add spec_generator.py as well as generate-specs task
This commit is contained in:
@@ -15,8 +15,13 @@ tasks:
|
||||
- task: build
|
||||
- task: compress
|
||||
|
||||
generate-specs:
|
||||
desc: Generate all spec files from templates
|
||||
cmd: pdm run python tools/spec_generator.py
|
||||
|
||||
build:
|
||||
desc: Build the project
|
||||
deps: [generate-specs]
|
||||
cmds:
|
||||
- for:
|
||||
matrix:
|
||||
@@ -35,6 +40,4 @@ tasks:
|
||||
desc: Clean the project
|
||||
cmds:
|
||||
- |
|
||||
{{.SHELL}} -Command "
|
||||
Remove-Item -Recurse -Force build/basic,build/banana,build/potato
|
||||
Remove-Item -Recurse -Force dist/*"
|
||||
{{.SHELL}} -Command "Remove-Item -Path build/*,dist/* -Recurse -Force -ErrorAction SilentlyContinue"
|
||||
|
||||
Reference in New Issue
Block a user