We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bb274f commit 812bcafCopy full SHA for 812bcaf
.travis.yml
@@ -23,9 +23,9 @@ install:
23
- popd
24
25
script:
26
- - make -C $CPPUTEST_HOME/examples CPPUTEST_USE_GCOV=Y clean all_no_tests |& tee build.log ; test ${PIPESTATUS[0]} -eq 0
+ - make -C $CPPUTEST_HOME/examples CPPUTEST_CXX_WARNINGFLAGS=-Wno-c++14-compat CPPUTEST_USE_GCOV=Y clean all_no_tests |& tee build.log ; test ${PIPESTATUS[0]} -eq 0
27
- $CPPUTEST_HOME/examples/CppUTestExamples_tests -o junit -v
28
- gcovr --root ./ --filter ".*/ApplicationLib/.*" -x -o coverage.xml
29
30
after_script:
31
- - testspace build.log{lint} [Tests]cpputest_*.xml coverage.xml
+ - testspace build.log{lint} [Tests]cpputest_*.xml coverage.xml
0 commit comments