blob: 0634ccbeac2e11c7a9c99ea5b97202bace1e4725 [file] [log] [blame]
language: cpp
os:
- linux
- osx
compiler:
- g++
- clang
before_script: cmake .
script:
- make -j3
- make test