1. 06 Aug, 2018 1 commit
    • travis: do not execute Coverity analysis for all cron jobs · 0a6c13a2
      The new Travis cron job gets executed daily, but our current
      configuration will cause each job to execute our Coverity script instead
      of the default build and testing scripts. This cannot work, as Coverity
      is heavily rate-limiting its API, so our cron builds are doomed to
      always fail. What we want to do instead is execute our normal builds,
      but add an additional Coverity jobs.
      
      This can easily be done by adding another Coverity-specific job with a
      conditional "type = cron", which sets the "COVERITY" environment
      variable. Instead of checking the build type, we then simply check
      whether "COVERITY" is set or not.
      Patrick Steinhardt committed
  2. 03 Aug, 2018 14 commits
  3. 02 Aug, 2018 8 commits
  4. 30 Jul, 2018 2 commits
  5. 29 Jul, 2018 3 commits
  6. 28 Jul, 2018 2 commits
  7. 27 Jul, 2018 2 commits
  8. 26 Jul, 2018 8 commits