From a3a5909d1f61268e4d57c655eae2ee7784f11b65 Mon Sep 17 00:00:00 2001 From: "James E. King III" Date: Wed, 27 Jun 2018 21:05:57 +0000 Subject: add coverity scan build automation to cron job on Travis CI --- .travis.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index daee7b322..0559ec344 100644 --- a/.travis.yml +++ b/.travis.yml @@ -164,7 +164,16 @@ jobs: - JOB="Debian Packages" - SCRIPT="dpkg.sh" - ### ------------------------- phase: osx ------------------------- + # ------------------------- phase: coverity --------------------- + # We build the coverity scan build once monthly using a travis cron job + - if: (env(COVERITY_SCAN_NOTIFICATION_EMAIL) IS present) AND (branch IN (master)) AND (type IN (cron)) + script: build/docker/run.sh + env: + - JOB="Coverity Scan" + - SCRIPT="covscan.sh" + + + ### ------------------------- phase: osx -------------------------- # disabled due to the time delays it imposes on build jobs # - os: osx # osx_image: xcode9 -- cgit v1.2.1