From 4f0989f2904c20ad2768b8244190b82b701c0564 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Tue, 25 Jun 2019 12:11:33 -0400 Subject: 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 --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index dbd3f6c3d7..749f55d6f9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -67,6 +67,9 @@ jobs: - os: linux if: type = cron env: DISTRO=Debian96 + - os: linux + if: type = cron + env: DISTRO=Fedora30 CI_BUILD_TYPE=coverity services: - docker -- cgit v1.2.1