Browse Source

.travis.yml: Run valgrind checks via Travis

To improve our coverage, run the testsuite under Valgrind via Travis.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
main
David Gibson 7 years ago
parent
commit
46df1fb1b2
  1. 8
      .travis.yml

8
.travis.yml

@ -13,6 +13,7 @@ matrix: @@ -13,6 +13,7 @@ matrix:
packages:
- swig
- python-dev
- valgrind
coverity_scan:
project:
name: dtc
@ -20,11 +21,14 @@ matrix: @@ -20,11 +21,14 @@ matrix:
notification_email: david@gibson.dropbear.id.au
build_command: make
branch_pattern: coverity_scan
script:
- make
- make check && make checkm

# Check it builds properly without the python bits
- addons:
apt:
packages:

script:
script:
- make
- make check

Loading…
Cancel
Save