language: c sudo: required dist: trusty before_script: - mkdir build - cd build - cmake .. script: make