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