1
0
mirror of https://github.com/SuperBFG7/ympd synced 2024-11-22 21:07:18 +00:00

probably fix travis ci

This commit is contained in:
Andrew Karpow 2016-02-13 18:09:27 +01:00
parent 4295d15874
commit 336d1e9097

View File

@ -1,11 +1,15 @@
language: c
sudo: required
dist: precise
compiler:
- gcc
- clang
before_install:
- sudo apt-get install -qq libmpdclient-dev cmake
- sudo apt-get -qq update
- sudo apt-get install -y libmpdclient-dev cmake
- mkdir build
- cd build
- cmake -D CMAKE_BUILD_TYPE=DEBUG ..