Skip to content

Commit cdd1e5f

Browse files
authored
Create circle.yml
1 parent 8a1ece9 commit cdd1e5f

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

circle.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
pre:
18+
- autoconf -f
19+
- ./configure --with-apxs=/usr/bin/apxs --with-libmemcached=/usr || cat config.log
20+
override:
21+
- make

0 commit comments

Comments
 (0)