https://github.com/fenderglass/Ragout
Revision 5f61ed574b949b8835e499ac0241d9f730f1554c authored by Mikhail Kolmogorov on 06 May 2015, 04:50:59 UTC, committed by Mikhail Kolmogorov on 06 May 2015, 04:50:59 UTC
1 parent e56a232
Raw File
Tip revision: 5f61ed574b949b8835e499ac0241d9f730f1554c authored by Mikhail Kolmogorov on 06 May 2015, 04:50:59 UTC
slowness fixed
Tip revision: 5f61ed5
.travis.yml
language: cpp
compiler:
  - gcc
  - clang
script: make; make dependencies; make test
back to top