1. 16 Aug, 2018 1 commit
    • travis: remove Coverity cron job · 6259e29e
      With the recent addition of VSTS to our CI infrastructure, we now have
      two cron jobs running regular Coverity analysis. It doesn't really make
      a lot of sense to upload two different analysis on our sources to
      Corverity, though:
      
      - in the worst case, Coverity will be repeatedly confused when different
        sets of sources get analyzed and uploaded
      - in the best case, nothing is gained because the sources have already
        been analyzed via the other job
      
      Let's just use a single cron job for Coverity. Considering that VSTS
      seems to be the more beefy and flexible platform, it is more likely to
      be our future target CI platform. Thus, we retain its support for
      Coverity and instead remove it from Travis.
      Patrick Steinhardt committed
  2. 14 Aug, 2018 2 commits
    • Merge pull request #4764 from tiennou/ci/coverity-only · 227ace0f
      ci: Correct the status code check so Coverity doesn't force-fail Travis
      Edward Thomson committed
    • ci: Correct the status code check so Coverity doesn't force-fail Travis · 351ca661
      Otherwise you get something like
      
      Emitted 525 C/C++ compilation units (100%) successfully
      
      525 C/C++ compilation units (100%) are ready for analysis
      The cov-build utility completed successfully.
      Build successfully submitted.
      Received error code 200 from Coverity
      
      travis_time:end:14cf6373:start=1534254309066933889,finish=1534254728190974302,duration=419124040413
      The command "if [ -n "$COVERITY" ]; then ../ci/coverity.sh; fi" exited with 1.
      travis_time:start:01ed61d4
      $ if [ -z "$COVERITY" ]; then ../ci/build.sh && ../ci/test.sh; fi
      
      travis_time:end:01ed61d4:start=1534254728197560961,finish=1534254728202711214,duration=5150253
      The command "if [ -z "$COVERITY" ]; then ../ci/build.sh && ../ci/test.sh; fi" exited with 0.
      
      Done. Your build exited with 1.
      Etienne Samson committed
  3. 09 Aug, 2018 4 commits
  4. 06 Aug, 2018 8 commits
  5. 05 Aug, 2018 1 commit
  6. 03 Aug, 2018 14 commits
  7. 02 Aug, 2018 8 commits
  8. 30 Jul, 2018 2 commits