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