1 2 3 4 5 6
language: c os: - linux - osx script: - mkdir build && cd build && cmake .. && cmake --build .