Skip to content

Commit

Permalink
Disabled coverage for non-debug builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Snaipe committed Sep 21, 2015
1 parent e57e81b commit b515670
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@ env:
GCOV: gcov-4.9
CXX: g++-4.9
matrix:
- CONFIGURATION: Debug
- CONFIGURATION: Release
- CONFIGURATION: RelWithDebInfo
- CONFIGURATION=Debug COVERAGE=ON
- CONFIGURATION=Release COVERAGE=OFF
- CONFIGURATION=RelWithDebInfo COVERAGE=OFF

script:
- mkdir -p build
- cd build
- >
cmake
-Wno-dev
-DCOVERALLS=ON
-DCOVERALLS=${COVERAGE}
-DCMAKE_BUILD_TYPE=${CONFIGURATION}
-DCMAKE_INSTALL_PREFIX=criterion-${TRAVIS_TAG}
..
Expand Down

0 comments on commit b515670

Please sign in to comment.