replaced deprecated drone.yml with travis-ci
This commit is contained in:
parent
8c916e2b74
commit
770c32a370
3 changed files with 15 additions and 17 deletions
17
.drone.yml
17
.drone.yml
|
@ -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
14
.travis.yml
Normal 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
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
[![Build Status](https://travis-ci.org/notandy/ympd.svg)](https://travis-ci.org/notandy/ympd)
|
||||
ympd
|
||||
====
|
||||
|
||||
|
|
Loading…
Reference in a new issue