https://github.com/fenderglass/Ragout
Revision 697e4f64c6dbf7b9f647e99ea838704bee240641 authored by Mikhail Kolmogorov on 26 January 2015, 21:50:15 UTC, committed by Mikhail Kolmogorov on 26 January 2015, 21:50:15 UTC
1 parent d31b3b8
Raw File
Tip revision: 697e4f64c6dbf7b9f647e99ea838704bee240641 authored by Mikhail Kolmogorov on 26 January 2015, 21:50:15 UTC
a fix in rr + command line option
Tip revision: 697e4f6
.travis.yml
language: cpp
compiler:
  - gcc
  - clang
script: make; make dependencies; make test
back to top