]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Travis CI: Add more CPU architectures
authorFrancois-Xavier Le Bail <[email protected]>
Wed, 8 Apr 2020 10:51:15 +0000 (12:51 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Wed, 8 Apr 2020 10:51:15 +0000 (12:51 +0200)
Add ppc64le, s390x and arm64 architectures.

https://docs.travis-ci.com/user/multi-cpu-architectures/

.travis.yml

index 74fae1cfe1789c791d52b82fb846c9126beb85a3..9e1a4a32c9fc984f9c8639601fb55d8f1a4e31e4 100644 (file)
@@ -1,5 +1,11 @@
 language: c
 
+arch:
+  - amd64
+  - ppc64le
+  - s390x
+  - arm64
+
 os:
   - linux
   - osx