We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a1ece9 commit cdd1e5fCopy full SHA for cdd1e5f
circle.yml
@@ -0,0 +1,21 @@
1
+machine:
2
+ timezone:
3
+ Europe/Paris
4
+
5
+dependencies:
6
+ pre:
7
+ - sudo apt-get -qq update
8
+ - sudo apt-get install gcc
9
+ - sudo apt-get install apache2-dev
10
+ - sudo apt-get install libphp5-embed
11
+ - sudo apt-get install php5-dev
12
+ - sudo apt-get install libmemcached-dev
13
+ - sudo apt-get install autoconf
14
+ - dpkg -L libmemcached-dev
15
16
+compile:
17
18
+ - autoconf -f
19
+ - ./configure --with-apxs=/usr/bin/apxs --with-libmemcached=/usr || cat config.log
20
+ override:
21
+ - make
0 commit comments