mirror of
https://github.com/taglib/taglib.git
synced 2025-05-27 21:20:26 -04:00
Experimenting with Travis CI
This commit is contained in:
parent
e568e1019d
commit
7a884af0ef
6
.travis.yml
Normal file
6
.travis.yml
Normal file
@ -0,0 +1,6 @@
|
||||
language: cpp
|
||||
compiler:
|
||||
- gcc
|
||||
install: apt-get install libcppunit-dev zlib1g-dev
|
||||
script: cmake && make
|
||||
|
Loading…
Reference in New Issue
Block a user