File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,8 @@ dist: trusty
3
3
language : c
4
4
install :
5
5
- sudo apt-add-repository "deb http://archive.ubuntu.com/ubuntu trusty-backports main restricted universe multiverse"
6
- - curl http://mirror.openio.io/pub/repo/openio/APT-GPG-KEY-OPENIO-0 | sudo apt-key add -
7
- - sudo apt-add-repository "deb http://mirror.openio.io/pub/repo/openio/sds/17.04/ubuntu/trusty ./"
8
6
- sudo apt-get update -qq
9
- - sudo apt-get install -y --force-yes libevent-2.0-5 libevent -dev make cmake libglib2.0-dev
7
+ - sudo apt-get install -y --force-yes autoconf automake libtool xutils -dev gcc make cmake libglib2.0-dev
10
8
env :
11
9
matrix :
12
10
- BUILD_TYPE=Debug
@@ -16,5 +14,5 @@ script:
16
14
- mkdir /tmp/oio
17
15
- export CMAKE_OPTS='-DCMAKE_INSTALL_PREFIX=/tmp/oio -DLD_LIBDIR=lib'
18
16
- cmake ${CMAKE_OPTS} -DCMAKE_BUILD_TYPE=$BUILD_TYPE .
19
- - make -j 4 all
17
+ - make all
20
18
- make install
You can’t perform that action at this time.
0 commit comments