mirror of
https://github.com/dgibson/dtc.git
synced 2026-04-12 00:47:46 -04:00
.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>
This commit is contained in:
parent
14c4171f4f
commit
741cdff85d
1 changed files with 11 additions and 0 deletions
11
.travis.yml
11
.travis.yml
|
|
@ -1,5 +1,16 @@
|
|||
language: c
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- addons:
|
||||
apt:
|
||||
packages:
|
||||
- swig
|
||||
- python-dev
|
||||
- addons:
|
||||
apt:
|
||||
packages:
|
||||
|
||||
script:
|
||||
- make
|
||||
- make check
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue