language: c compiler: - clang - gcc addons: apt: packages: - cmake - time script: - cmake . - make - make examples