~tenacity/tenacity-dev

tenacity: Add Alpine build manifest v1 APPLIED

Sol Fisher Romanoff: 1
 Add Alpine build manifest

 1 files changed, 35 insertions(+), 0 deletions(-)
#569350 archlinux.yml success
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~tenacity/tenacity-dev/patches/24486/mbox | git am -3
Learn more about email & git

[PATCH tenacity] Add Alpine build manifest Export this patch

Signed-off-by: Sol Fisher Romanoff <sol@solfisher.com>
---
 .builds/alpine.yml | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)
 create mode 100644 .builds/alpine.yml

diff --git a/.builds/alpine.yml b/.builds/alpine.yml
new file mode 100644
index 000000000..bf86a5ce7
--- /dev/null
+++ b/.builds/alpine.yml
@@ -0,0 +1,35 @@
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

  - expat-dev
  - gtk+3.0-dev
  - libjpeg-turbo-dev
  - libpng-dev
  - tiff-dev
  - zlib-dev
sources:
  - https://git.sr.ht/~tenacity/tenacity
tasks:
  - wxwidgets3-1: |
      git clone https://github.com/wxWidgets/wxWidgets.git
      cd wxWidgets
      git checkout v3.1.5
      git submodule update --init 3rdparty/catch
      mkdir buildgtk && cd buildgtk
      ../configure --with-gtk --disable-xlocale
      make -j2
      sudo make install
  - configure: cmake -G Ninja -S tenacity -B build
  - build: cmake --build build
-- 
2.32.0
Reviewed by caughtquick more than 24 hours ago, albeit via a private
reply.

To git@github.com:tenacityteam/tenacity.git
   9d1f52225..0000000af  master -> master