On Tue, Dec 03, 2019 at 01:20:20PM +0100, Thomas Huth wrote: > Travis recently added the possibility to compile on aarch64, ppc64le > and s390x hosts, so let's add this possibility to the dtc CI, too. > Unfortunately, there are some weird valgrind errors when running > on ppc64le (which rather look like a problem on the valgrind side to > me, and not in dtc), so we can not use "checkm" on ppc64le yet. > > Signed-off-by: Thomas Huth <thuth@xxxxxxxxxx> Applied, thanks. > --- > .travis.yml | 32 ++++++++++++++++++++++++++++++++ > 1 file changed, 32 insertions(+) > > diff --git a/.travis.yml b/.travis.yml > index 114932a..a5163de 100644 > --- a/.travis.yml > +++ b/.travis.yml > @@ -31,3 +31,35 @@ matrix: > - script: > - make > - make check > + > + - arch: arm64 > + addons: > + apt_packages: > + - swig > + - python-dev > + - valgrind > + - libyaml-0-2 > + script: > + - make > + - make check checkm > + > + - arch: ppc64le > + addons: > + apt_packages: > + - swig > + - python-dev > + - libyaml-0-2 > + script: > + - make > + - make check > + > + - arch: s390x > + addons: > + apt_packages: > + - swig > + - python-dev > + - valgrind > + - libyaml-0-2 > + script: > + - make > + - make check checkm -- David Gibson | I'll have my music baroque, and my code david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_ | _way_ _around_! http://www.ozlabs.org/~dgibson
Attachment:
signature.asc
Description: PGP signature