mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-05-31 00:04:38 +02:00
commit
b02c6beb4d
@ -1,6 +1,6 @@
|
|||||||
language: cpp
|
language: cpp
|
||||||
sudo: false
|
sudo: false
|
||||||
dist: precise
|
dist: trusty
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- export BASE=`pwd`
|
- export BASE=`pwd`
|
||||||
@ -29,6 +29,7 @@ install:
|
|||||||
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then wget http://valgrind.org/downloads/valgrind-3.12.0.tar.bz2 && tar xjf valgrind-3.12.0.tar.bz2 && cd valgrind-3.12.0 && ./configure --prefix=${BASE}/usr > /dev/null && make -j3 > /dev/null && make install > /dev/null && cd ..; fi
|
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then wget http://valgrind.org/downloads/valgrind-3.12.0.tar.bz2 && tar xjf valgrind-3.12.0.tar.bz2 && cd valgrind-3.12.0 && ./configure --prefix=${BASE}/usr > /dev/null && make -j3 > /dev/null && make install > /dev/null && cd ..; fi
|
||||||
# boost
|
# boost
|
||||||
- if [ "$BOOST" == "ON" ]; then wget http://sourceforge.net/projects/boost/files/boost/1.63.0/boost_1_63_0.zip && unzip -q boost_1_63_0.zip && cd boost_1_63_0 && ./bootstrap.sh && ./b2 -j3 --prefix=${BASE}/usr --with-chrono --with-context --with-system --with-timer address-model=${ARCH} install > /dev/null && cd ..; fi
|
- if [ "$BOOST" == "ON" ]; then wget http://sourceforge.net/projects/boost/files/boost/1.63.0/boost_1_63_0.zip && unzip -q boost_1_63_0.zip && cd boost_1_63_0 && ./bootstrap.sh && ./b2 -j3 --prefix=${BASE}/usr --with-chrono --with-context --with-system --with-timer address-model=${ARCH} install > /dev/null && cd ..; fi
|
||||||
|
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo ln -s /usr/include/x86_64-linux-gnu/zconf.h /usr/include; fi
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
@ -79,6 +80,7 @@ matrix:
|
|||||||
- lib32gcc1
|
- lib32gcc1
|
||||||
- libc6-i386
|
- libc6-i386
|
||||||
- lib32z1-dev
|
- lib32z1-dev
|
||||||
|
- zlib1g-dev
|
||||||
- bzip2
|
- bzip2
|
||||||
- clang-3.9
|
- clang-3.9
|
||||||
- libc6-dbg
|
- libc6-dbg
|
||||||
@ -117,6 +119,7 @@ matrix:
|
|||||||
- lib32gcc1
|
- lib32gcc1
|
||||||
- libc6-i386
|
- libc6-i386
|
||||||
- lib32z1-dev
|
- lib32z1-dev
|
||||||
|
- zlib1g-dev
|
||||||
- bzip2
|
- bzip2
|
||||||
- clang-3.9
|
- clang-3.9
|
||||||
- libc6-dbg
|
- libc6-dbg
|
||||||
@ -150,6 +153,7 @@ matrix:
|
|||||||
- lib32gcc1
|
- lib32gcc1
|
||||||
- libc6-i386
|
- libc6-i386
|
||||||
- lib32z1-dev
|
- lib32z1-dev
|
||||||
|
- zlib1g-dev
|
||||||
- bzip2
|
- bzip2
|
||||||
- libc6-dbg
|
- libc6-dbg
|
||||||
- os: linux
|
- os: linux
|
||||||
@ -182,6 +186,7 @@ matrix:
|
|||||||
- lib32gcc1
|
- lib32gcc1
|
||||||
- libc6-i386
|
- libc6-i386
|
||||||
- lib32z1-dev
|
- lib32z1-dev
|
||||||
|
- zlib1g-dev
|
||||||
- bzip2
|
- bzip2
|
||||||
- libc6-dbg
|
- libc6-dbg
|
||||||
- os: linux
|
- os: linux
|
||||||
@ -200,6 +205,7 @@ matrix:
|
|||||||
- lib32gcc1
|
- lib32gcc1
|
||||||
- libc6-i386
|
- libc6-i386
|
||||||
- lib32z1-dev
|
- lib32z1-dev
|
||||||
|
- zlib1g-dev
|
||||||
- bzip2
|
- bzip2
|
||||||
- libc6-dbg
|
- libc6-dbg
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user