Skip to content
Snippets Groups Projects
Commit eab69240 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

travis: add msgpack

parent 19ef7a29
Branches
Tags 1.9.0
No related merge requests found
sudo: required
services:
- docker
language: cpp language: cpp
compiler: compiler:
...@@ -13,7 +18,8 @@ addons: ...@@ -13,7 +18,8 @@ addons:
before_install: before_install:
- echo $LANG - echo $LANG
- echo $LC_ALL - echo $LC_ALL
- if [ $TRAVIS_OS_NAME == osx ]; then brew update && brew install llvm36 && brew install gnutls && brew link --force llvm36; fi - if [ $TRAVIS_OS_NAME == linux ]; then git clone https://github.com/msgpack/msgpack-c.git && cd msgpack-c && mkdir build && cmake .. && make -j && sudo make install; fi
- if [ $TRAVIS_OS_NAME == osx ]; then brew update && brew install llvm36 && brew install msgpack && brew install gnutls && brew link --force llvm36; fi
before_script: before_script:
- if [ $TRAVIS_OS_NAME == linux ]; then travis_retry ./autogen.sh && ./configure; fi - if [ $TRAVIS_OS_NAME == linux ]; then travis_retry ./autogen.sh && ./configure; fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment