Build with Circle CI
authorKyle Fuller <redacted>
Sun, 31 May 2015 04:31:23 +0000 (21:31 -0700)
committerKyle Fuller <redacted>
Mon, 3 Aug 2015 15:47:29 +0000 (17:47 +0200)
README.md
circle.yml [new file with mode: 0644]

index d60738cee932b1781422001f172fa95ef765e784..0d8fcdb0352dceff8057f54f0e26c536748d12f4 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
 # Palaver ZNC Module
 
+[![Build Status](https://img.shields.io/circleci/project/cocodelabs/znc-palaver/master.svg)](https://circleci.com/gh/cocodelabs/znc-palaver)
+
 Palaver ZNC module provides push notifications.
 
 ## Download
diff --git a/circle.yml b/circle.yml
new file mode 100644 (file)
index 0000000..b60b3b8
--- /dev/null
@@ -0,0 +1,10 @@
+dependencies:
+  override:
+    - sudo apt-get install python-software-properties
+    - sudo add-apt-repository -y ppa:teward/znc
+    - sudo apt-get update
+    - sudo apt-get install znc znc-dev
+    - sudo apt-get install g++-4.7 build-essential libssl-dev
+test:
+  override:
+    - make
git clone https://git.99rst.org/PROJECT