Raw File
language: cpp
compiler:
  - gcc
  - clang
script: make; make dependencies; make test
back to top