1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-02 16:49:41 +02:00
audacity/.builds/archlinux.yml
Sol Fisher Romanoff 2eb52fdc31
builds.sr.ht: Use make in build
Signed-off-by: Sol Fisher Romanoff <sol@solfisher.com>
2021-07-13 17:13:03 +03:00

24 lines
415 B
YAML

image: archlinux
packages:
- alsa-lib
- cmake
- ffmpeg
- gtk2
- jack2
- python-pip
sources:
- https://git.sr.ht/~tenacity/tenacity
tasks:
- conan: |
sudo pip install conan
- configure: |
mkdir build
cd build
cmake -G "Unix Makefiles" \
-Daudacity_use_ffmpeg=loaded \
../tenacity
- make: |
cd build
make -j4
# TODO: Add artifacts