mirror of
https://github.com/taglib/taglib.git
synced 2025-06-04 01:28:21 -04:00
Make sure we build the tests
This commit is contained in:
parent
2d7686b5fa
commit
044da877e6
@ -2,5 +2,5 @@ language: cpp
|
||||
compiler:
|
||||
- gcc
|
||||
install: sudo apt-get install libcppunit-dev zlib1g-dev
|
||||
script: cmake . && make && make check
|
||||
script: cmake -DBUILD_TESTS=ON . && make && make check
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user