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