Re: [tsc-devel] Travis CI
Lauri Ojansivu |
Sat, 05 Sep 2015 14:18:20 UTC
Hi,
I have now merged Travis CI and Coverity Scan changes.
Requires steps to setup:
Travis CI builds those branches that have .travis.yml config file in
the branch, currently devel and coverity_scan branches. The meaning of
coverity_scan branch is, that not every commit goes there one by one,
only then when we want to run new scan.
Coverity Scan:
1) Login to https://scan.coverity.com with your GitHub account.
2) Add https://github.com/Secretchronicles/TSC repo and yourself as owner.
3) Get Travis CI integration encrypted COVERITY_SCAN_TOKEN and change
it to TSC repo coverity_scan branch file .travis.yml configuration
file, and commit and push it to git.
Travis CI:
1) Login to https://travis-ci.org with your GitHub account
2) At https://travis-ci.org/profile sync repositories list
3) Add https://github.com/Secretchronicles/TSC repo green switch on.
4) Now at https://travis-ci.org/Secretchronicles/TSC makes new builds
when new code is committed to devel or coverity_scan branch.
You can also invite TSC project members to those Travis CI and
Coverity Scan accounts, and change visibility of Coverity Scan
results.
BR,
xet7