Unverified Commit c1ef58ac by Edward Thomson Committed by GitHub

Merge pull request #4766 from pks-t/pks/travis-remove-coverity

travis: remove Coverity cron job
parents 622e12c1 6259e29e
...@@ -65,12 +65,6 @@ matrix: ...@@ -65,12 +65,6 @@ matrix:
- MBEDTLS=1 - MBEDTLS=1
CMAKE_OPTIONS="-DTHREADSAFE=OFF -DBUILD_EXAMPLES=ON -DUSE_HTTPS=mbedTLS -DSHA1_BACKEND=mbedTLS -DMBEDTLS_ROOT_DIR=/tmp/mbedtls" CMAKE_OPTIONS="-DTHREADSAFE=OFF -DBUILD_EXAMPLES=ON -DUSE_HTTPS=mbedTLS -DSHA1_BACKEND=mbedTLS -DMBEDTLS_ROOT_DIR=/tmp/mbedtls"
os: linux os: linux
- compiler: gcc
if: type = cron
env:
- CMAKE_OPTIONS="-DBUILD_CLAR=ON -DCMAKE_BUILD_TYPE=Debug"
COVERITY=1
os: linux
install: install:
- if [ -f ./ci/setup-${TRAVIS_OS_NAME}.sh ]; then ./ci/setup-${TRAVIS_OS_NAME}.sh; fi - if [ -f ./ci/setup-${TRAVIS_OS_NAME}.sh ]; then ./ci/setup-${TRAVIS_OS_NAME}.sh; fi
...@@ -79,8 +73,7 @@ install: ...@@ -79,8 +73,7 @@ install:
script: script:
- mkdir build - mkdir build
- cd build - cd build
- if [ -n "$COVERITY" ]; then ../ci/coverity.sh; fi - ../ci/build.sh && ../ci/test.sh
- if [ -z "$COVERITY" ]; then ../ci/build.sh && ../ci/test.sh; fi
# Only watch the development and master branches # Only watch the development and master branches
branches: branches:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment