https://github.com/fenderglass/Ragout
Revision 6eed507a58f35afe120050807d3c689515fd3bc8 authored by Mikhail Kolmogorov on 28 November 2016, 20:22:31 UTC, committed by Mikhail Kolmogorov on 28 November 2016, 20:22:31 UTC
1 parent a75e60e
Raw File
Tip revision: 6eed507a58f35afe120050807d3c689515fd3bc8 authored by Mikhail Kolmogorov on 28 November 2016, 20:22:31 UTC
news
Tip revision: 6eed507
.travis.yml
language: cpp
compiler:
  - gcc
  - clang
script: make; make dependencies; make test
back to top