kainjow / Mustache

Mustache text templates for modern C++
Boost Software License 1.0
357 stars 49 forks source link

Add travis jobs on ppc64le #51

Closed manish364824 closed 3 years ago

manish364824 commented 4 years ago

Hi, I had added ppc64le(Linux on Power) support on travis-ci and looks like its been successfully added. I believe it is ready for the final review and merge. The travis ci build logs can be verified from the link below.

https://travis-ci.com/github/manish364824/Mustache/builds/198817157

Please have a look.

Regards, Manish Kumar

codecov-io commented 4 years ago

Codecov Report

Merging #51 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #51   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines          590       613   +23     
=========================================
+ Hits           590       613   +23     
Impacted Files Coverage Δ
mustache.hpp 100.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a7eebc9...fd26cf7. Read the comment docs.

kainjow commented 3 years ago

Hi, thanks for the change but this is a very niche architecture and I don't think it's necessary to add. If there are code changes needed I'm happy to apply them though.