1language: 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 16