https://github.com/fenderglass/Ragout
Revision 758500ea9f9a7f7d362f43cc4468216f76f6aca0 authored by Mikhail Kolmogorov on 17 March 2019, 01:49:37 UTC, committed by Mikhail Kolmogorov on 17 March 2019, 01:49:37 UTC
2 parent s c21e237 + 1637fbf
Raw File
Tip revision: 758500ea9f9a7f7d362f43cc4468216f76f6aca0 authored by Mikhail Kolmogorov on 17 March 2019, 01:49:37 UTC
Merge branch 'devel'
Tip revision: 758500e
.travis.yml
language: cpp
compiler:
  - gcc
  - clang
script: make; make dependencies; make test
back to top