https://github.com/OpenGene/fastp
Raw File
.travis.yml
arch:
  - amd64
  - ppc64le
language: cpp
compiler:
    - gcc
    - clang
script: make CXX=${CXX}
back to top