1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-15 15:49:36 +02:00

Add Arch Linux builds.sr.ht manifest

Signed-off-by: Sol Fisher Romanoff <sol@solfisher.com>
This commit is contained in:
Sol Fisher Romanoff 2021-07-10 18:19:25 +03:00 committed by Semisol
parent 8d3f9f0be6
commit 4bada0cb78
No known key found for this signature in database
GPG Key ID: 2A5815003B461344

19
.builds/archlinux.yml Normal file
View File

@ -0,0 +1,19 @@
image: archlinux
packages:
- alsa-lib
- cmake
- ffmpeg
- gtk2
- jack2
- python-pip
sources:
- https://git.sr.ht/~tenacity/tenacity
tasks:
- conan: |
sudo pip install conan
- build: |
mkdir build
cd build
cmake -G "Unix Makefiles" \
-Daudacity_use_ffmpeg=loaded \
../tenacity