mirror of
https://github.com/taglib/taglib.git
synced 2025-05-27 21:20:26 -04:00
7 lines
106 B
YAML
7 lines
106 B
YAML
language: cpp
|
|
compiler:
|
|
- gcc
|
|
install: apt-get install libcppunit-dev zlib1g-dev
|
|
script: cmake && make
|
|
|