commit 50e46eb82b21dea7192e5ce6540b1abae995b5f1
parent 74f1efd4a1025b23a28e97ea01bf3d1f94c57899
Author: Frederic Cambus <fred@statdns.com>
Date: Mon, 16 Nov 2020 16:17:38 +0100
Add the ppc64le architecture to the build matrix (Travis CI).
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/.travis.yml b/.travis.yml
@@ -1,6 +1,7 @@
arch:
- amd64
- arm64
+ - ppc64le
matrix:
include:
@@ -9,6 +10,8 @@ matrix:
dist: bionic
- os: linux
arch: arm64
+ - os: linux
+ arch: ppc64le
language: c