https://github.com/fenderglass/Ragout
Revision e56a23295b2ca28c636d71f3513364d59617b3e4 authored by Mikhail Kolmogorov on 06 May 2015, 00:08:32 UTC, committed by Mikhail Kolmogorov on 06 May 2015, 00:08:32 UTC
1 parent 48e26ab
Raw File
Tip revision: e56a23295b2ca28c636d71f3513364d59617b3e4 authored by Mikhail Kolmogorov on 06 May 2015, 00:08:32 UTC
faster chimer detection
Tip revision: e56a232
.travis.yml
language: cpp
compiler:
  - gcc
  - clang
script: make; make dependencies; make test
back to top