commit 6790cdd0fc82798c1182dc5bed2d276977c92158
parent ba2b2cd80c49ff93529d9871a7e15d33677b4e71
Author: Frederic Cambus <fred@statdns.com>
Date: Tue, 15 Oct 2019 20:07:02 +0200
Add arm64 arch and a build matrix to also build on macOS (Travis CI).
Diffstat:
1 file changed, 13 insertions(+), 0 deletions(-)
diff --git a/.travis.yml b/.travis.yml
@@ -1,3 +1,16 @@
+arch:
+ - amd64
+ - arm64
+
+matrix:
+ include:
+ - os: linux
+ arch: amd64
+ - os: linux
+ arch: arm64
+ - os: osx
+ arch: amd64
+
language: c
compiler: