ympd/.drone.yml

18 lines
368 B
YAML
Raw Normal View History

2014-02-16 19:29:36 +00:00
image: gcc4.8
script:
- sudo apt-get install -y libmpdclient-dev &> /dev/null
2014-02-22 01:11:45 +00:00
- cmake . -DCMAKE_INSTALL_PREFIX:PATH=/usr -DCMAKE_BUILD_TYPE=Debug
- make VERBOSE=1
2014-02-16 19:29:36 +00:00
notify:
email:
recipients:
- andy@ndyk.de
2014-02-22 01:11:45 +00:00
irc:
server: irc.freenode.org
nick: droneBot
channel: '#nicotest'
on_started: true
on_success: true
on_failure: true