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:
parent
2343ef56ca
commit
2eb52fdc31
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user