https://github.com/fenderglass/Ragout
Revision 9e97483fd0bcb2b39a4058a0343f351b6e408ac6 authored by Mikhail Kolmogorov on 11 March 2020, 00:54:38 UTC, committed by Mikhail Kolmogorov on 11 March 2020, 00:54:38 UTC
1 parent c826a1a
Raw File
Tip revision: 9e97483fd0bcb2b39a4058a0343f351b6e408ac6 authored by Mikhail Kolmogorov on 11 March 2020, 00:54:38 UTC
most warnings fixed
Tip revision: 9e97483
.travis.yml
language: cpp
compiler:
  - gcc
  - clang
before_script:
  - pip install --upgrade --user pip
  - pip install --user networkx
script: make; make dependencies; make test
back to top