From 93905f58eba875a9c2187fd78b6cdd6b246bee8c Mon Sep 17 00:00:00 2001 From: "Michael R. Crusoe" Date: Fri, 2 Jun 2023 16:42:43 +0200 Subject: [PATCH] restart testing with Travis CI --- .travis.yml | 6 ++---- README.md | 1 + 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index e652a672a..32d2f462f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,8 +7,7 @@ jobs: - name: POWER9 if: branch != master OR type == pull_request arch: ppc64le - compiler: - - clang + compiler: clang env: - CC="clang" - CXX="clang++" @@ -22,8 +21,7 @@ jobs: - name: z/Arch if: branch != master OR type == pull_request arch: s390x - compiler: - - gcc + compiler: gcc env: - CC="gcc" - CXX="g++" diff --git a/README.md b/README.md index c2ae62715..12e0530aa 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,7 @@ make sense since they will always be green, but here are the links: * [AppVeyor](https://ci.appveyor.com/project/nemequ/simde) * [Azure Pipelines](https://dev.azure.com/simd-everywhere/SIMDe/_build) * [Drone CI](https://cloud.drone.io/simd-everywhere/simde/) +* [Travis CI](https://app.travis-ci.com/github/simd-everywhere/simde/) If you're adding a new build I suggest Cirrus CI, which is where we currently have the most room given the number of builds currently on