summaryrefslogtreecommitdiff
path: root/other/travis/toxcore-after_script
AgeCommit message (Collapse)Author
2016-08-12Only report coverage on clang, not on the GCC build.iphydf
2016-08-12Move toxcore travis build scripts out of .travis.yml.iphydf
This is in preparation for having multiple types of build. One of the future builds will be a hstox build, another may be frama-c or some other static analyser. It makes sense to split these up into multiple builds, because each of them can take a while, and running them in parallel will speed things up. Also, the hstox test coverage should be reported separately from the toxcore auto_test coverage.