mpeterv / argparse

Feature-rich command line parser for Lua
MIT License
251 stars 43 forks source link

Add architecture ppc64le to travis build #27

Closed zazzel closed 3 years ago

zazzel commented 3 years ago

Add support for architecture ppc64le. This is part of the Ubuntu distribution for ppc64le. This helps us simplify testing later when distributions are re-building and re-releasing. For more info tag @gerrith3 Updated ppc64le arch and excluded env "luajit 2.0" and "luajit 2.1" for ppc64le arch since its not supporting same.

codecov-io commented 3 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@412e6ac). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             master       #27   +/-   ##
==========================================
  Coverage          ?   100.00%           
==========================================
  Files             ?         1           
  Lines             ?       814           
  Branches          ?         0           
==========================================
  Hits              ?       814           
  Misses            ?         0           
  Partials          ?         0           

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 412e6ac...2ed9766. Read the comment docs.

daurnimator commented 3 years ago

This repository is inactive; https://github.com/luarocks/argparse/ is the new primary repository.