3breadt / dd-plist

A java library providing support for ASCII, XML and binary property lists.
Other
258 stars 94 forks source link

Travis-ci: added support for ppc64le #60

Closed sanjaymsh closed 4 years ago

sanjaymsh commented 4 years ago

Hi, I have added support for ppc64le build on travis-ci in the branch . The travis-ci build log can be tracked on the link :https://travis-ci.com/github/sanjay-cpu/dd-plist/builds/185210127 . I believe it is ready for the final review and merge. Please have a look on it and if everything looks fine for you then please approve it for merge.

Thanks !!

3breadt commented 4 years ago

Why would this project's need a build pipeline targeting PowerPC?

gerrith3 commented 4 years ago

dd-plist is included in debian and ubuntu ppc64le builds - this allows us to make sure that top of tree is getting tested on ppc64le as well, reducing the time to port to a new release of these distros.

3breadt commented 4 years ago

Alright, thanks for the explanation.