blob: 0634ccbeac2e11c7a9c99ea5b97202bace1e4725 [file] [log] [blame]
Narayan Kamath74c03bb2017-12-22 10:59:43 +00001language: cpp
2
3os:
4 - linux
5 - osx
6
7compiler:
8 - g++
9 - clang
10
11before_script: cmake .
12
13script:
14 - make -j3
15 - make test