]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
try to build and not run all tests
authorbert hubert <bert.hubert@netherlabs.nl>
Sun, 18 Jan 2015 11:10:47 +0000 (12:10 +0100)
committerbert hubert <bert.hubert@netherlabs.nl>
Sun, 18 Jan 2015 11:10:47 +0000 (12:10 +0100)
circle.yml [new file with mode: 0644]

diff --git a/circle.yml b/circle.yml
new file mode 100644 (file)
index 0000000..06682b1
--- /dev/null
@@ -0,0 +1,11 @@
+dependencies:
+       pre:
+               - sudo apt-get install autoconf automake bison flex g++ git libboost-all-dev libtool make pkg-config ragel
+
+test:
+       override:
+               - echo hi
+       post:
+               - echo hi
+
+