ci: travis: add coverity build job to be run from cron
authorStefan Schmidt <s.schmidt@samsung.com>
Tue, 25 Jun 2019 16:11:33 +0000 (12:11 -0400)
committerJongmin Lee <jm105.lee@samsung.com>
Wed, 26 Jun 2019 01:43:46 +0000 (10:43 +0900)
commit389025d6f315b2aa38868035dda9aba39a26b452
tree38f1cb610582a36f446cf4497a64b88fa5d5d5ac
parentf2e2fb6f903ae4c1a1d52ec27f62cd62b68218c2
ci: travis: add coverity build job to be run from cron

Summary:
We finally have regular Coverity Scan runs back to our CI.
It gets triggered from the cron jobs on Travis. As we are not able to
identify if it comes from a daily or weekly cron build I added a check
to only run the scan build on a Saturday so we should have a nice and
fresh report on Monday morning in our mailboxes.

Reviewers: zmike, bu5hm4n

Reviewed By: zmike

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D9175
.ci/ci-configure.sh
.ci/ci-make-benchmark.sh
.ci/ci-make-check.sh
.ci/ci-make-install.sh
.ci/ci-make.sh
.ci/coverity-tools-install.sh [new file with mode: 0755]
.ci/coverity-upload.sh [new file with mode: 0755]
.travis.yml