dist: bionic language: c compiler: - clang - gcc script: - mkdir build - cd build - cmake .. - make