Statistics
| Branch: | Revision:

root / .travis.yml @ feature-archipelago

History | View | Annotate | Download (2.8 kB)

# Date Author Comment
08aef910 01/08/2014 09:07 pm Alex Bennée

.travis.yml: Add aarch64-* targets

Now the AArch64 targets are in mainline we can include them in our
Travis test matrix.

Signed-off-by: Alex Bennée <>
Signed-off-by: Peter Maydell <>

fe863ab9 11/13/2013 01:48 pm Alex Bennée

.travis.yml: basic compile and check recipes

This adds a build matrix definition for travis-ci.org continuous
integration service. It is usable on any public repository hosted on
GitHub. Once you have created an account signed into Travis you can
enable it on selected projects via travis-ci.org/profile. Alternatively...