[boost-ci] code coverage build fix
13 Jul
2018
13 Jul
'18
2:54 p.m.
For folks using boost-ci integration, here is a fix to your .travis.yml file to enable code coverage builds to work again. I received confirmation from Travis CI that a back-end update on their end corrected some security issues which necessitates this change. https://github.com/boostorg/rational/pull/22/files In the script section of the coverage job, replace the commands: cd lcov && sudo make install with: export PATH=/tmp/lcov/bin:$PATH Thanks, Jim
2328
Age (days ago)
2328
Last active (days ago)
0 comments
1 participants
participants (1)
-
James E. King III