[Crosstoolchain-logs] [device-tree-compiler] 156/198: Add simple	.travis.yml
    Hector Oron 
    zumbi at moszumanska.debian.org
       
    Thu Dec  8 17:07:04 UTC 2016
    
    
  
This is an automated email from the git hooks/post-receive script.
zumbi pushed a commit to branch upstream/1.4.x
in repository device-tree-compiler.
commit 2d1417cd9e4d9cb6f8446a3927e612787a56b04a
Author: David Gibson <david at gibson.dropbear.id.au>
Date:   Thu Jul 2 12:36:12 2015 +1000
    Add simple .travis.yml
    
    This adds the .travis.yml file allowing for dtc building and testing in
    the Travis Continuous Integration system.
    
    Signed-off-by: David Gibson <david at gibson.dropbear.id.au>
---
 .travis.yml | 5 +++++
 1 file changed, 5 insertions(+)
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..f2336d8
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,5 @@
+language: c
+
+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