commit 8143d645040965b40b9418845fde142e3f7da106 parent daa537011774cb4c67fc04798a1450d7552205fd Author: Frederic Cambus <fred@statdns.com> Date: Thu, 10 Oct 2019 10:28:10 +0200 Add arm64 arch and a build matrix (Travis CI). Diffstat:
M | .travis.yml | | | 11 | +++++++++++ |
1 file changed, 11 insertions(+), 0 deletions(-)
diff --git a/.travis.yml b/.travis.yml @@ -1,3 +1,14 @@ +arch: + - amd64 + - arm64 + +matrix: + include: + - os: linux + arch: amd64 + - os: linux + arch: arm64 + language: c compiler: