aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Gibson <david@gibson.dropbear.id.au>2017-03-27 16:30:27 +1100
committerDavid Gibson <david@gibson.dropbear.id.au>2017-03-27 16:30:27 +1100
commit741cdff85d3e57fbf9e71eac5c6c1140ae39a97b (patch)
tree65f60e3db24605541cf2dc9aabd865d8d42accba
parent14c4171f4f9ad2674249e06c54eb9ce0b533d4b6 (diff)
downloaddtc-741cdff85d3e57fbf9e71eac5c6c1140ae39a97b.tar.gz
.travis.yml: Add builds with and without Python library prerequisites
To make sure the Makefile behaves in both cases, make Travis matrix builds with and without swig installed. Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
-rw-r--r--.travis.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index f2336d8..de36443 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,16 @@
language: c
+matrix:
+ include:
+ - addons:
+ apt:
+ packages:
+ - swig
+ - python-dev
+ - addons:
+ apt:
+ packages:
+
script:
- make
- make check