File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ addons_shortcuts:
15
15
addons_clang37 : &clang37
16
16
apt :
17
17
sources : [ 'ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.7', 'boost-latest' ]
18
- packages : [ 'clang-3.7', 'libboost1.55-all-dev' ]
18
+ packages : [ 'clang-3.7', 'llvm-3.7-dev', ' libboost1.55-all-dev' ]
19
19
addons_clang38 : &clang38
20
20
apt :
21
21
sources : [ 'ubuntu-toolchain-r-test', 'llvm-toolchain-precise', 'boost-latest' ]
@@ -123,5 +123,5 @@ script:
123
123
make coverage;
124
124
./out/cov-test;
125
125
cp unit*gc* test/;
126
- ./.local/bin/cpp-coveralls -i optional.hpp -i recursive_wrapper.hpp -i variant.hpp -i variant_io.hpp --gcov-options '\-lp';
126
+ ./.local/bin/cpp-coveralls --gcov /usr/bin/llvm-cov-3.7 - i optional.hpp -i recursive_wrapper.hpp -i variant.hpp -i variant_io.hpp --gcov-options '\-lp';
127
127
fi
You can’t perform that action at this time.
0 commit comments