replaced deprecated drone.yml with travis-ci

This commit is contained in:
Andrew Karpow 2015-05-02 01:41:08 +02:00
parent 8c916e2b74
commit 770c32a370
3 changed files with 15 additions and 17 deletions

View File

@ -1,17 +0,0 @@
image: gcc4.8
script:
- sudo apt-get install -y libmpdclient-dev &> /dev/null
- cmake . -DCMAKE_INSTALL_PREFIX:PATH=/usr -DCMAKE_BUILD_TYPE=Debug
- make VERBOSE=1
notify:
email:
recipients:
- andy@ndyk.de
irc:
server: irc.freenode.org
nick: droneBot
channel: '#nicotest'
on_started: true
on_success: true
on_failure: true

14
.travis.yml Normal file
View File

@ -0,0 +1,14 @@
language: c
compiler:
- gcc
- clang
before_install:
- sudo apt-get install -qq libmpdclient-dev cmake
- mkdir build
- cd build
- cmake -D CMAKE_BUILD_TYPE=DEBUG ..
script: make

View File

@ -1,3 +1,4 @@
[![Build Status](https://travis-ci.org/notandy/ympd.svg)](https://travis-ci.org/notandy/ympd)
ympd
====