Fixy.
This commit is contained in:
parent
4009b2a15b
commit
016f18df4b
|
|
@ -52,8 +52,8 @@ before_install:
|
||||||
install:
|
install:
|
||||||
# Install lcov from source
|
# Install lcov from source
|
||||||
- wget http://ftp.fr.debian.org/debian/pool/main/l/lcov/lcov_1.12.orig.tar.gz
|
- 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
|
- tar xf lcov_1.12.orig.tar.gz
|
||||||
- sudo make -C lcov-1.11/ install
|
- sudo make -C lcov-1.12/ install
|
||||||
- sudo apt-get install ggcov
|
- sudo apt-get install ggcov
|
||||||
- gem install coveralls-lcov
|
- gem install coveralls-lcov
|
||||||
- lcov --version
|
- lcov --version
|
||||||
|
|
@ -65,7 +65,7 @@ before_script:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
# Build examples with Arduino IDE on each available platform / board
|
# 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
|
# Build and run unit tests with regular C++ compiler
|
||||||
- mkdir build && cd build
|
- mkdir build && cd build
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue