summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Gibson <david@gibson.dropbear.id.au>2018-03-09 13:55:17 +1100
committerDavid Gibson <david@gibson.dropbear.id.au>2018-03-09 14:28:02 +1100
commit46df1fb1b211ec65b004c79b0f7adae25fb49dc3 (patch)
treeaf8245c90397d3910cd68516e3e8b0c219f40131
parent14a3002a1aee3224cc0db437ee41d3b90a9cef45 (diff)
downloaddevice-tree-compiler-46df1fb1b211ec65b004c79b0f7adae25fb49dc3.tar.gz
.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>
-rw-r--r--.travis.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index a07c989..4af3e60 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,6 +13,7 @@ matrix:
packages:
- swig
- python-dev
+ - valgrind
coverity_scan:
project:
name: dtc
@@ -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