vietjtnguyen / argagg

A simple C++11 command line argument parser
MIT License
224 stars 28 forks source link

Added Power Support ppc64le #29

Closed nagesh4193 closed 3 years ago

nagesh4193 commented 3 years ago

Added the power support to travis file with ppc64le

vietjtnguyen commented 3 years ago

Cool, I didn't know about this Travis CI feature. Can you go ahead and add arm64?

diff --git a/.travis.yml b/.travis.yml
index 0bacaf0..b62a329 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,6 @@
 arch:
   - amd64
+  - arm64
   - ppc64le
 language: cpp
 dist: trusty