File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed
Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -12,27 +12,32 @@ matrix:
1212 sources :
1313 - ubuntu-toolchain-r-test
1414 packages :
15- - g++-5
15+ - g++-8
1616 - libunittest++-dev
17+ - python
1718 env :
18- - MATRIX_EVAL="CC=gcc-5 && CXX=g++-5 "
19+ - MATRIX_EVAL="CC=gcc-8 && CXX=g++-8 "
1920 after_success :
2021 - make coverage
21- - coveralls
22+ - pip install --user --upgrade pip
23+ - pip install --user git+http://github.com/eddyxu/cpp-coveralls.git
24+ - coveralls --gcov /usr/bin/gcov-8 -e /usr/
2225 - os : linux
2326 addons :
2427 apt :
2528 sources :
2629 - ubuntu-toolchain-r-test
30+ - llvm-toolchain-trusty-6.0
31+ - sourceline : ' deb http://apt.llvm.org/trusty/ llvm-toolchain-trusty-6.0 main'
32+ key_url : ' https://apt.llvm.org/llvm-snapshot.gpg.key'
2733 packages :
28- - g++-5
34+ - clang-6.0
2935 - libunittest++-dev
3036 env :
3137 - MATRIX_EVAL="CC=clang && CXX=clang++"
3238
3339before_install :
3440 - eval "${MATRIX_EVAL}"
35- - pip install --user cpp-coveralls
3641 - export UNITTEST_CPP_INCLUDE=/usr/include/unittest++
3742
3843script :
You can’t perform that action at this time.
0 commit comments