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@gibson.dropbear.id.au>
This commit is contained in:
parent
f6dbc6ca96
commit
2d1417cd9e
1 changed files with 5 additions and 0 deletions
5
.travis.yml
Normal file
5
.travis.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
language: c
|
||||
|
||||
script:
|
||||
- make
|
||||
- make check
|
Loading…
Reference in a new issue