From: bert hubert Date: Sun, 18 Jan 2015 11:10:47 +0000 (+0100) Subject: try to build and not run all tests X-Git-Tag: dnsdist-1.0.0-alpha1~320 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=849baf78b176f45bca43069ebbc42a1ba32adf87;p=thirdparty%2Fpdns.git try to build and not run all tests --- diff --git a/circle.yml b/circle.yml new file mode 100644 index 0000000000..06682b1c1d --- /dev/null +++ b/circle.yml @@ -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 + +