mirror of
https://github.com/onyx-and-iris/nvda-voicemeeter.git
synced 2025-04-04 12:43:53 +01:00
Compare commits
No commits in common. "c7b8622aac2cab0d79d2a6459110b0f444ad1246" and "ff98aa5f899baa14c49dbf81098ed24651110256" have entirely different histories.
c7b8622aac
...
ff98aa5f89
40
Taskfile.yml
40
Taskfile.yml
@ -1,40 +0,0 @@
|
|||||||
version: '3'
|
|
||||||
|
|
||||||
vars:
|
|
||||||
SHELL: pwsh
|
|
||||||
|
|
||||||
tasks:
|
|
||||||
default:
|
|
||||||
desc: Prepare artifacts for release
|
|
||||||
cmds:
|
|
||||||
- task: release
|
|
||||||
|
|
||||||
release:
|
|
||||||
desc: Build and compress all artifacts
|
|
||||||
cmds:
|
|
||||||
- task: build
|
|
||||||
- task: compress
|
|
||||||
|
|
||||||
build:
|
|
||||||
desc: Build the project
|
|
||||||
cmds:
|
|
||||||
- for:
|
|
||||||
matrix:
|
|
||||||
KIND: ["basic", "banana", "potato"]
|
|
||||||
cmd: pdm run pyinstaller --noconfirm --distpath dist/{{.ITEM.KIND}} spec/{{.ITEM.KIND}}.spec
|
|
||||||
|
|
||||||
compress:
|
|
||||||
desc: Compress the build artifacts
|
|
||||||
cmds:
|
|
||||||
- for:
|
|
||||||
matrix:
|
|
||||||
KIND: ["basic", "banana", "potato"]
|
|
||||||
cmd: '{{.SHELL}} -Command "Compress-Archive -Path dist/{{.ITEM.KIND}} -DestinationPath dist/{{.ITEM.KIND}}.zip"'
|
|
||||||
|
|
||||||
clean:
|
|
||||||
desc: Clean the project
|
|
||||||
cmds:
|
|
||||||
- |
|
|
||||||
{{.SHELL}} -Command "
|
|
||||||
Remove-Item -Recurse -Force build/basic,build/banana,build/potato
|
|
||||||
Remove-Item -Recurse -Force dist/*"
|
|
Loading…
x
Reference in New Issue
Block a user