Fixy.
This commit is contained in:
parent
4009b2a15b
commit
016f18df4b
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue