https://github.com/fenderglass/Ragout
Revision b924b799b78d65ac299c6fbd4d328f9832a71a7d authored by Anna Lioznova on 21 July 2014, 12:49:40 UTC, committed by Anna Lioznova on 21 July 2014, 12:49:40 UTC
1 parent d01e7c7
Raw File
Tip revision: b924b799b78d65ac299c6fbd4d328f9832a71a7d authored by Anna Lioznova on 21 July 2014, 12:49:40 UTC
Output links added
Tip revision: b924b79
.travis.yml
language: cpp
compiler:
  - gcc
  - clang
script: make; make dependencies; make test
back to top