++5.4 and not 4.6 (C++11 missing)
- if [ "$CXX" = "g++" ]; then export CXX="g++-5" CC="gcc-5"; fi 一切都构建得很好我没有看到coverity运行或上传任何东西。我使用未加密的令牌在travis中添加了一个'COVERITY_SCAN_TOKEN‘环境变量。构建日志
我已经成功地为我的C++安装了C++,它运行得很好。自动上传与TravisCI扫描隐蔽性是可能的,但我无法找到一个方法,使它的工作。我的git存储库很简单,有两个分支:master和coverity_scan。is the encrypted COVERITY_SCAN_TOKEN, created
# via the "travis encrypt" command using the project另一方面,<em