mirror of
https://github.com/SuperBFG7/ympd
synced 2024-10-31 20:16:17 +00:00
18 lines
368 B
YAML
18 lines
368 B
YAML
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
|
|
|