mirror of
https://github.com/dgibson/dtc.git
synced 2025-10-13 16:27:39 -04:00
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>
5 lines
57 B
YAML
5 lines
57 B
YAML
language: c
|
|
|
|
script:
|
|
- make
|
|
- make check
|