mirror of
https://github.com/onyx-and-iris/voicemeeter-compact.git
synced 2026-03-12 05:09:12 +00:00
Compare commits
3 Commits
fee3fa199b
...
eb2ce5360f
| Author | SHA1 | Date | |
|---|---|---|---|
| eb2ce5360f | |||
| 45dbcae804 | |||
| 4fab6d9ad9 |
@ -1,7 +1,15 @@
|
|||||||
version: '3'
|
version: '3'
|
||||||
|
|
||||||
# Dynamic build system - no spec files needed!
|
# Dynamic build system - no spec files needed!
|
||||||
# Usage: task build THEMES="azure forest" or task build-all
|
# Examples:
|
||||||
|
# - task -t Taskfile.dynamic.yml build THEMES="azure forest"
|
||||||
|
# - task -t Taskfile.dynamic.yml build-all
|
||||||
|
# THEMES can be specified as a space-separated list or "all" to build everything.
|
||||||
|
#
|
||||||
|
# Compression tasks are also dynamic and can be used like:
|
||||||
|
# Usage examples:
|
||||||
|
# - task -t Taskfile.dynamic.yml compress THEME=azure
|
||||||
|
# - task -t Taskfile.dynamic.yml compress-all
|
||||||
|
|
||||||
vars:
|
vars:
|
||||||
THEMES: '{{.THEMES | default "all"}}'
|
THEMES: '{{.THEMES | default "all"}}'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user