language: c os: - linux - osx addons: apt: packages: - cmake sources: - kalakris-cmake script: - mkdir build && cd build && cmake .. && cmake --build .