[Crosstoolchain-logs] [device-tree-compiler] 13/57: .travis.yml: Add builds with and without Python library prerequisites

Vagrant Cascadian vagrant at moszumanska.debian.org
Thu Sep 28 22:03:56 UTC 2017


This is an automated email from the git hooks/post-receive script.

vagrant pushed a commit to branch upstream/latest
in repository device-tree-compiler.

commit 741cdff85d3e57fbf9e71eac5c6c1140ae39a97b
Author: David Gibson <david at gibson.dropbear.id.au>
Date:   Mon Mar 27 16:30:27 2017 +1100

    .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 at gibson.dropbear.id.au>
---
 .travis.yml | 11 +++++++++++
 1 file changed, 11 insertions(+)

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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/crosstoolchain/device-tree-compiler.git



More information about the Crosstoolchain-logs mailing list