mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-29 23:29:41 +02:00
Make modules as part of Travis build
They are quick to build, and this ensures we keep them building OK as we make other changes.
This commit is contained in:
parent
e35c49f648
commit
31ce57e324
@ -17,4 +17,6 @@ before_install:
|
||||
language:
|
||||
- cpp
|
||||
script:
|
||||
- time ./configure && time make -j2
|
||||
- mkdir build
|
||||
- cd build
|
||||
- time ../configure && time make modules && time make -j2
|
||||
|
Loading…
x
Reference in New Issue
Block a user