fzy
terminal fuzzy finder picker
git clone https://9o.is/git/fzy.git
commit 53a307349d50baebd876146cb4ac553c422a891d parent 7d718ada1c7a356e59af210b7cc993308dd1546c Author: sanjay-cpu <snjkmr32@gmail.com> Date: Thu, 8 Oct 2020 20:14:09 +0000 Travis-ci: added support for ppc64le Diffstat:
| M | .travis.yml | | | 27 | +++++++++++++++++++++------ |
1 file changed, 21 insertions(+), 6 deletions(-)
diff --git a/.travis.yml b/.travis.yml @@ -1,12 +1,27 @@ dist: trusty sudo: false language: c -compiler: - - clang - - gcc -os: - - linux - - osx + +matrix: + include: + - os: linux + arch: amd64 + compiler: clang + - os: linux + arch: ppc64le + compiler: clang + - os: osx + arch: amd64 + compiler: clang + - os: linux + arch: amd64 + compiler: gcc + - os: linux + arch: ppc64le + compiler: gcc + - os: osx + arch: amd64 + compiler: gcc script: make && make check jobs: include: