Преглед изворни кода

Try different settings for the coverage build

Again: No idea why it does not work. Try different settings in CI build.
bel2125 пре 4 година
родитељ
комит
99b048ebe1
1 измењених фајлова са 3 додато и 2 уклоњено
  1. 3 2
      .travis.yml

+ 3 - 2
.travis.yml

@@ -37,6 +37,8 @@ install:
       PATH=~/.local/bin:${PATH};
       pip install --user --upgrade pip;
       pip install --user cpp-coveralls;
+      pip install --user codecov;
+      pip install --user coverage;
     fi
 
 before_script:
@@ -144,7 +146,6 @@ script:
 after_success:
   - if [ "${BUILD_TYPE}" == "Coverage" -a "${TRAVIS_OS_NAME}" == "linux" ]; then
       echo "Preparing coverage tests";
-      pip install coverage;
       echo "Creating coveralls coverage report";
       coveralls --include src --exclude src/main.c --exclude src/third_party --include include --gcov-options '\-lp' --root .. --build-root .;
       echo "Creating codecov coverage report";
@@ -374,7 +375,7 @@ matrix:
 
   - os: linux
     sudo: required
-    compiler: gcc
+    compiler: clang
     env:
       idx=6
       N=GCCAnyVersion-Linux-Coverage