language: cpp compiler: - gcc - clang script: mkdir build && cd build && cmake .. && make