projects
/
ympd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79e38e7
)
added drone.yml for ci build
author
Andrew Karpow
<andy@ndyk.de>
Sun, 16 Feb 2014 19:29:36 +0000
(20:29 +0100)
committer
Andrew Karpow
<andy@ndyk.de>
Sat, 8 Mar 2014 11:30:49 +0000
(12:30 +0100)
.drone.yml
[new file with mode: 0644]
patch
|
blob
diff --git a/.drone.yml
b/.drone.yml
new file mode 100644
(file)
index 0000000..
68d296e
--- /dev/null
+++ b/
.drone.yml
@@ -0,0
+1,10
@@
+image: gcc4.8
+script:
+ - sudo apt-get install -y libmpdclient-dev &> /dev/null
+ - cmake . -DCMAKE_INSTALL_PREFIX:PATH=/usr
+ - make
+ - cpack -D CPACK_DEBIAN_PACKAGE_MAINTAINER="ympd Team" -G DEB
+notify:
+ email:
+ recipients:
+ - andy@ndyk.de