1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-11 17:41:15 +02: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: language:
- cpp - cpp
script: script:
- ./configure && make -j4 - time ./configure && time make -j2