commit 476ce2a6f7b8aef2aa7f84fa46ad85871d67a1b8 parent 0353c3cf2470edc2d72a2fb2a4d01c6902b0f543 Author: Frederic Cambus <fred@statdns.com> Date: Tue, 21 Jan 2020 13:56:14 +0100 Initial Travis CI configuration file. Diffstat:
A | .travis.yml | | | 20 | ++++++++++++++++++++ |
1 file changed, 20 insertions(+), 0 deletions(-)
diff --git a/.travis.yml b/.travis.yml @@ -0,0 +1,20 @@ +arch: + - amd64 + - arm64 + +matrix: + include: + - os: linux + arch: amd64 + - os: linux + arch: arm64 + - os: osx + arch: amd64 + +language: c + +compiler: + - clang + - gcc + +script: cmake . && make