Skip to content

Commit

Permalink
restart testing with Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Jun 3, 2023
1 parent 8055410 commit 93905f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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++"
Expand All @@ -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++"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 93905f5

Please sign in to comment.