commit 9c5619cbeedd7241a6f47c75cef82e19bf4491ac parent e59f1d28c79b6b8db33976983fec037dd572b21a Author: Frederic Cambus <fred@statdns.com> Date: Sat, 26 Oct 2019 18:18:28 +0200 Add arm64 arch and a build matrix (Travis CI). Diffstat:
M | .travis.yml | | | 14 | ++++++++++++-- |
1 file changed, 12 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml @@ -1,6 +1,16 @@ -language: c +arch: + - amd64 + - arm64 + +matrix: + include: + - os: linux + arch: amd64 + dist: bionic + - os: linux + arch: arm64 -dist: bionic +language: c compiler: - clang