This commit is contained in:
Francois Best 2016-10-09 19:10:31 +02:00
parent 4009b2a15b
commit 016f18df4b
1 changed files with 3 additions and 3 deletions

View File

@ -52,8 +52,8 @@ before_install:
install:
# Install lcov from source
- wget http://ftp.fr.debian.org/debian/pool/main/l/lcov/lcov_1.12.orig.tar.gz
- tar xf lcov_1.11.orig.tar.gz
- sudo make -C lcov-1.11/ install
- tar xf lcov_1.12.orig.tar.gz
- sudo make -C lcov-1.12/ install
- sudo apt-get install ggcov
- gem install coveralls-lcov
- lcov --version
@ -65,7 +65,7 @@ before_script:
script:
# Build examples with Arduino IDE on each available platform / board
- build_main_platforms
# - build_main_platforms
# Build and run unit tests with regular C++ compiler
- mkdir build && cd build