diff options
author | Alex Bennée | 2017-02-20 11:51:38 +0100 |
---|---|---|
committer | Fam Zheng | 2017-02-24 07:18:11 +0100 |
commit | d92d886a3b6daadb79d1635ad281685e80d3ac98 (patch) | |
tree | 23e4cb5750732581e05a2666e395c90fd29f0fdf /MAINTAINERS | |
parent | new: debian docker targets for cross-compiling (diff) | |
download | qemu-d92d886a3b6daadb79d1635ad281685e80d3ac98.tar.gz qemu-d92d886a3b6daadb79d1635ad281685e80d3ac98.tar.xz qemu-d92d886a3b6daadb79d1635ad281685e80d3ac98.zip |
.shippable.yml: new CI provider
Ostensibly Shippable offers a similar set of services as Travis.
However they are focused on Docker container based work-flows so we
can use our existing containers to run a few extra builds - in this
case a bunch of cross-compiled targets on a Debian multiarch system.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Fam Zheng <famz@redhat.com>
Message-Id: <20170220105139.21581-4-alex.bennee@linaro.org>
Signed-off-by: Fam Zheng <famz@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 4714df883b..67404677a1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1803,6 +1803,7 @@ M: Alex Bennée <alex.bennee@linaro.org> L: qemu-devel@nongnu.org S: Supported F: .travis.yml +F: .shippable.yml Documentation ------------- |