Skip to content

Commit

Permalink
Merge pull request #11 from cisco/cmake-ppa
Browse files Browse the repository at this point in the history
Cmake ppa
  • Loading branch information
linuxwolf committed Sep 15, 2015
2 parents 20cd985 + 31f46c7 commit 5a69904
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions .travis.yml
Expand Up @@ -2,15 +2,26 @@ language: c
cache: ccache
compiler:
- clang
sudo: false
env:
PKG_CONFIG_PATH: $TRAVIS_BUILD_DIR/build-tools/pkgconfig
addons:
apt:
sources:
- george-edison55-precise-backports
packages:
- cmake
- cmake-data
- pkg-config
- lcov
- libc-ares-dev
- libevent-dev
- libcurl4-openssl-dev
- libidn11-dev
- openssl
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y pkg-config lcov libexpat-dev libc-ares-dev libevent-dev libcurl4-openssl-dev libidn11-dev openssl
- wget http://www.cmake.org/files/v3.2/cmake-3.2.3-Linux-x86_64.tar.gz -O /tmp/cmake.tar.gz
- tar xzf /tmp/cmake.tar.gz
- export PATH=$PWD/cmake-3.2.3-Linux-x86_64/bin/:$PATH
- sudo pip install cpp-coveralls
- export PATH=$HOME/.local/bin:$PATH
- pip install cpp-coveralls --user `whoami`
script:
- ./coveragereport.sh
after_success:
Expand Down

0 comments on commit 5a69904

Please sign in to comment.