1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-28 00:00:18 +01:00

Time Configure and Make (in Travis)

Also reduced -j4 to -j2
This commit is contained in:
James Crook
2017-04-09 15:17:13 +01:00
parent 54b26f1ba6
commit 8fdc60f7bc

View File

@@ -17,4 +17,4 @@ before_install:
language:
- cpp
script:
- ./configure && make -j4
- time ./configure && time make -j2