mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-13 16:15:48 +01:00
Speed up Travis build by using more cores.
This commit is contained in:
@@ -17,4 +17,4 @@ before_install:
|
|||||||
language:
|
language:
|
||||||
- cpp
|
- cpp
|
||||||
script:
|
script:
|
||||||
- ./configure && make
|
- ./configure && make -j4
|
||||||
|
|||||||
Reference in New Issue
Block a user