mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-04 02:33:14 +01: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:
@@ -17,4 +17,6 @@ before_install:
|
|||||||
language:
|
language:
|
||||||
- cpp
|
- cpp
|
||||||
script:
|
script:
|
||||||
- time ./configure && time make -j2
|
- mkdir build
|
||||||
|
- cd build
|
||||||
|
- time ../configure && time make modules && time make -j2
|
||||||
|
|||||||
Reference in New Issue
Block a user