1
0
mirror of https://github.com/SuperBFG7/ympd synced 2025-10-30 21:33:00 +00:00

Merge pull request #120 from notandy/fix-travis-ci

probably fix travis ci
This commit is contained in:
Andy
2016-02-13 21:21:53 +01:00

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 ..