1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-29 15:19:44 +02:00
audacity/.builds/alpine.yml
Sol Fisher Romanoff 09df1ab06b
Use wxWidgets 3.0 in Arch and Alpine builds
Signed-off-by: Sol Fisher Romanoff <sol@solfisher.com>
2021-09-15 11:48:47 +03:00

23 lines
419 B
YAML

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