1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-15 15:49:36 +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: tasks:
- conan: | - conan: |
sudo pip install conan sudo pip install conan
- build: | - configure: |
mkdir build mkdir build
cd build cd build
cmake -G "Unix Makefiles" \ cmake -G "Unix Makefiles" \
-Daudacity_use_ffmpeg=loaded \ -Daudacity_use_ffmpeg=loaded \
../tenacity ../tenacity
- make: |
cd build
make -j4
# TODO: Add artifacts