1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-29 23:29:41 +02:00

builds.sr.ht: Use make in build

Signed-off-by: Sol Fisher Romanoff <sol@solfisher.com>
This commit is contained in:
Sol Fisher Romanoff 2021-07-13 16:08:48 +03:00 committed by Semisol
parent 2343ef56ca
commit 2eb52fdc31
No known key found for this signature in database
GPG Key ID: 2A5815003B461344

View File

@ -11,9 +11,13 @@ sources:
tasks:
- conan: |
sudo pip install conan
- build: |
- configure: |
mkdir build
cd build
cmake -G "Unix Makefiles" \
-Daudacity_use_ffmpeg=loaded \
../tenacity
- make: |
cd build
make -j4
# TODO: Add artifacts