Skip to content

Commit

Permalink
[test] coverity: only build with gcc and disable normal make test
Browse files Browse the repository at this point in the history
hopefully this allows it to run in time
  • Loading branch information
flixr authored and podhrmic committed Jul 26, 2016
1 parent 19044b2 commit 41b86dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -12,6 +12,7 @@ install:
- sudo apt-get install -y paparazzi-dev paparazzi-jsbsim gcc-arm-embedded libipc-run-perl cmake
script:
- arm-none-eabi-gcc --version
<<<<<<< HEAD
- if [ "${COVERITY_SCAN_BRANCH}" != 1 ]; then make test; fi

env:
Expand All @@ -29,6 +30,9 @@ addons:
build_command_prepend: make ext; cov-configure --comptype gcc --compiler arm-none-eabi-gcc --template
build_command: make test
branch_pattern: coverity_scan
=======
# - make test
>>>>>>> [test] coverity: only build with gcc and disable normal make test

env:
global:
Expand Down

0 comments on commit 41b86dc

Please sign in to comment.