Skip to content

Commit

Permalink
Install lcov during travis CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
shiva committed Apr 3, 2016
1 parent d025d7a commit 672fe1e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
@@ -1,13 +1,14 @@
sudo: false
sudo: required
language: c
compiler:
- gcc
- gcc
install:
- wget https://github.com/cpputest/cpputest.github.io/blob/master/releases/cpputest-3.7.1.tar.gz?raw=true --output-document=cpputest-3.7.1.tar.gz
- tar -xzf cpputest-3.7.1.tar.gz
- pushd cpputest-3.7.1/build && autoreconf .. -i && ../configure --prefix=$HOME/cpputest && make && make install
- export CPPUTEST_HOME=$HOME/cpputest
- popd
- sudo apt-get install lcov
script: mkdir build && cd build && cmake ../ && make && make unit-test
notifications:
webhooks:
Expand Down

0 comments on commit 672fe1e

Please sign in to comment.