mirror of
https://github.com/taglib/taglib.git
synced 2025-07-17 20:44:20 -04:00
Actually run the tests
This commit is contained in:
@ -2,5 +2,5 @@ language: cpp
|
||||
compiler:
|
||||
- gcc
|
||||
install: sudo apt-get install libcppunit-dev zlib1g-dev
|
||||
script: cmake && make
|
||||
script: cmake . && make && make check
|
||||
|
||||
|
Reference in New Issue
Block a user