You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
419 B
22 lines
419 B
image: alpine/latest
|
|
packages:
|
|
- cmake
|
|
- ffmpeg-dev
|
|
- lame-dev
|
|
- libid3tag-dev
|
|
- libmad-dev
|
|
- libsndfile-dev
|
|
- portaudio-dev
|
|
- portmidi-dev
|
|
- samurai
|
|
- soundtouch-dev
|
|
- soxr-dev
|
|
- sqlite-dev
|
|
- wxgtk3-dev
|
|
environment:
|
|
WX_CONFIG: /usr/bin/wx-config-gtk3
|
|
sources:
|
|
- https://git.sr.ht/~tenacity/tenacity
|
|
tasks:
|
|
- configure: cmake -G Ninja -S tenacity -B build
|
|
- build: cmake --build build
|