mirror of
https://github.com/onyx-and-iris/voicemeeter-compact.git
synced 2026-03-12 05:09:12 +00:00
add examples
This commit is contained in:
parent
fee3fa199b
commit
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 build THEMES="azure forest"
|
||||||
|
# - task 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 compress THEME=azure
|
||||||
|
# task compress-all
|
||||||
|
|
||||||
vars:
|
vars:
|
||||||
THEMES: '{{.THEMES | default "all"}}'
|
THEMES: '{{.THEMES | default "all"}}'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user